change -v flag description
This commit is contained in:
parent
c0f74a254a
commit
a119d6ac19
|
@ -70,5 +70,5 @@ func Execute() {
|
|||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "V", false, "Enabled verbose output")
|
||||
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "V", false, "enable debug output")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue