docs: update help

This commit is contained in:
franklin 2021-03-25 09:03:26 +01:00
parent ef4425c36a
commit ba16052848

View File

@ -33,7 +33,7 @@ var (
)
func init() {
rootCmd.PersistentFlags().BoolVarP(&flagVerbose, "verbose", "v", false, "verbose ouput")
rootCmd.PersistentFlags().BoolVarP(&flagVerbose, "verbose", "v", false, "Show more ouput")
rootCmd.AddCommand(upCmd, downCmd, buildCmd, generateCmd, configCmd, versionCmd, completionCmd)
}