We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4bbf5c + e06ba01 commit 1d9e58cCopy full SHA for 1d9e58c
cmd/version.go
@@ -18,11 +18,10 @@ var versionCmd = &cobra.Command{
18
19
func init() {
20
rootCmd.AddCommand(versionCmd)
21
- versionCmd.PersistentFlags().BoolVarP(
+ versionCmd.PersistentFlags().BoolVar(
22
&verbose,
23
"verbose",
24
- "v",
25
false,
26
- "If enabled, displays the additional information about this built.",
+ "If enabled, displays the additional information about this build.",
27
)
28
}
0 commit comments