1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

Invert --color option

This commit is contained in:
Rnhmjoj 2014-12-03 21:31:19 +01:00
parent 91165f90cd
commit eadac1beef

View File

@ -131,8 +131,8 @@ def main():
action='store_true',
help="download all results")
parser.add_argument('--color', dest='color',
action='store_true', default=True,
help="use colored output")
action='store_false', default=True,
help="disable colored output")
categories = {
"All":"0",