Skip to content

Commit a3806cc

Browse files
authored
Remove dot from flag help text (#649)
## Summary Since no other flag help text uses punctuation
1 parent 30eda19 commit a3806cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/boxcli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func RootCmd() *cobra.Command {
5555
command.AddCommand(genDocsCmd())
5656

5757
command.PersistentFlags().BoolVarP(
58-
&flags.quiet, "quiet", "q", false, "suppresses logs.")
58+
&flags.quiet, "quiet", "q", false, "suppresses logs")
5959
debugMiddleware.AttachToFlag(command.PersistentFlags(), "debug")
6060

6161
return command

0 commit comments

Comments
 (0)