Merge pull request #69 from cmeury/charts-help-text

correct help text for sync, fixes #62
This commit is contained in:
KUOKA Yusuke 2018-03-26 11:45:14 +09:00 committed by GitHub
commit 49223eb968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",