Skip to content

Commit c3a8117

Browse files
committed
Set help text for --no-colors
1 parent 0291a07 commit c3a8117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cansina.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _make_cookie_jar(_cookies):
187187
parser.add_argument('--no-progress', dest='no_progress',
188188
help="Don't show tested words and progress. (For dumb terminals)", default=False, action="store_true")
189189
parser.add_argument('--no-colors', dest='no_colors',
190-
help="Disable coloring. (For dumb terminals)", default=False, action="store_true")
190+
help="Don't use output colors to keep output clean, e.g. when redirecting output to file", default=False, action="store_true")
191191

192192
args = parser.parse_args()
193193

0 commit comments

Comments
 (0)