Skip to content

Commit e31435a

Browse files
author
Matthew Coleman
committed
Clean-up
1 parent 6129531 commit e31435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/shui/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func main() {
149149
viper.SetDefault("version", false)
150150

151151
// Define arguments.
152-
flag.Bool("help", false, "Show usage")
152+
flag.Bool("help", false, "Show usage.")
153153
flag.Bool("history", viper.GetBool("history"), "Whether or not to use or preserve history.")
154154
flag.Bool("show-help", viper.GetBool("show-help"), "Whether or not to show help displays.")
155155
flag.Bool("show-logs", viper.GetBool("show-logs"), "Whether or not to show log displays.")

0 commit comments

Comments
 (0)