From 1a0d1192ce8fe33b1a1b6e0ee756fdfeb7a4d3b0 Mon Sep 17 00:00:00 2001 From: Cedric Meury Date: Sun, 25 Mar 2018 00:13:43 +0100 Subject: [PATCH] correct help text for sync, fixes #62 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68f18e70..0c7b230e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ USAGE: COMMANDS: repos sync repositories from state file (helm repo add && helm repo update) - charts sync charts from state file (helm repo upgrade --install) + charts sync charts from state file (helm upgrade --install) diff diff charts from state file against env (helm diff) sync sync all resources from state file (repos && charts) delete delete charts from state file (helm delete) diff --git a/main.go b/main.go index e7cb175e..2d7e69cc 100644 --- a/main.go +++ b/main.go @@ -82,7 +82,7 @@ func main() { }, { Name: "charts", - Usage: "sync charts from state file (helm repo upgrade --install)", + Usage: "sync charts from state file (helm upgrade --install)", Flags: []cli.Flag{ cli.StringFlag{ Name: "args",