Skip to content

Commit 3cdde8b

Browse files
authored
Correct Flags section of readme (#16)
This updates the flags section of the readme to match what is returned by version 0.1.2. The main reason behind this is that `--tiller-namespace` is now `--tiller-ns` as of #8 Signed-off-by: Will Bertelsen <[email protected]>
1 parent 05ac6a0 commit 3cdde8b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ $ helm backup [flags] NAMESPACE --restore
1919
### Flags:
2020

2121
```
22-
--file string file name to use (.tgz file). If not provided - will use <namespace>.tgz
23-
-l, --label string label to select tiller resources by (default "OWNER=TILLER")
24-
-r, --restore restore instead of backup
25-
--tiller-namespace string namespace of Tiller (default "kube-system")
22+
--file string file name to use (.tgz file). If not provided - will use <namespace>.tgz
23+
-h, --help help for backup
24+
-l, --label string label to select tiller resources by (default "OWNER=TILLER")
25+
-r, --restore restore instead of backup
26+
-t, --tiller-ns string namespace of Tiller (default "kube-system")
27+
2628
```
2729

2830
## Install

0 commit comments

Comments
 (0)