Skip to content

Commit

Permalink
Fix help message for --no-color flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro5bert committed Oct 2, 2019
1 parent 004bd59 commit 620737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var ttCmd = &cobra.Command{
}

func init() {
ttCmd.Flags().Bool("no-color", false, "colorize the output")
ttCmd.Flags().Bool("no-color", false, "do not colorize the output")
ttCmd.Flags().Bool("ascii", false, "use ASCII characters to draw the table")
rootCmd.AddCommand(ttCmd)
}
Expand Down

0 comments on commit 620737b

Please sign in to comment.