From 3cdde8b6d0d3c28368b66426e4f2933d700c93a2 Mon Sep 17 00:00:00 2001 From: Will Bertelsen Date: Tue, 25 Aug 2020 22:11:15 -0700 Subject: [PATCH] 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 https://github.com/maorfr/helm-backup/pull/8 Signed-off-by: Will Bertelsen --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 246e015..a72b79e 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ $ helm backup [flags] NAMESPACE --restore ### Flags: ``` - --file string file name to use (.tgz file). If not provided - will use .tgz - -l, --label string label to select tiller resources by (default "OWNER=TILLER") - -r, --restore restore instead of backup - --tiller-namespace string namespace of Tiller (default "kube-system") + --file string file name to use (.tgz file). If not provided - will use .tgz + -h, --help help for backup + -l, --label string label to select tiller resources by (default "OWNER=TILLER") + -r, --restore restore instead of backup + -t, --tiller-ns string namespace of Tiller (default "kube-system") + ``` ## Install