correct help text for sync, fixes #62

This commit is contained in:
Cedric Meury 2018-03-25 00:13:43 +01:00
parent 5aa7da98af
commit 1a0d1192ce
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

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