Skip to content

Commit

Permalink
Make clearer CLI description for --no-colour option
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Aug 26, 2024
1 parent 0803922 commit 4769de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def positive_integer(string):
"-n",
"--no-colour", # or could use American spelling like many other CLIs?
action="store_true",
help="Turn off terminal colouring to highlight key information",
help="Disable all terminal output colouring",
)

return parser
Expand Down

0 comments on commit 4769de7

Please sign in to comment.