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",