This commit is contained in:
volpino
2012-07-02 17:45:31 +02:00
10 changed files with 239 additions and 167 deletions

View File

@ -192,7 +192,7 @@ def parse_args():
getopt_options['short']['global'] = "hVCqv1bf:pm"
getopt_options['long']['global'] = [
"help", "version", "nocolor", "quiet", "verbose", "oneshot",
"brute-force=", "format="
"brute-force=", "format=", "progress"
]
short_opts = getopt_options['short']['global']
@ -245,7 +245,7 @@ def main():
if CONFIG['verbose'] > 2:
HTTPConnection.debuglevel = 1
if not CONFIG["format"]:
if not CONFIG["format"] and not CONFIG['quiet']:
CONFIG["progress"] = False
on_progress = None