change -v flag description

This commit is contained in:
timoxa0 2024-08-08 11:02:41 +05:00
parent c0f74a254a
commit a119d6ac19

View file

@ -70,5 +70,5 @@ func Execute() {
} }
func init() { func init() {
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "V", false, "Enabled verbose output") rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "V", false, "enable debug output")
} }