We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6129531 commit e31435aCopy full SHA for e31435a
cmd/shui/main.go
@@ -149,7 +149,7 @@ func main() {
149
viper.SetDefault("version", false)
150
151
// Define arguments.
152
- flag.Bool("help", false, "Show usage")
+ flag.Bool("help", false, "Show usage.")
153
flag.Bool("history", viper.GetBool("history"), "Whether or not to use or preserve history.")
154
flag.Bool("show-help", viper.GetBool("show-help"), "Whether or not to show help displays.")
155
flag.Bool("show-logs", viper.GetBool("show-logs"), "Whether or not to show log displays.")
0 commit comments