Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
--showall -> --show-all
Browse files Browse the repository at this point in the history
  • Loading branch information
harthur committed Sep 24, 2010
1 parent 5ebe8b9 commit b60b81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozmill/mozmill/__init__.py
Expand Up @@ -705,7 +705,7 @@ class CLI(jsbridge.CLI):
help="Print logger errors to the console.")
parser_options[("--report",)] = dict(dest="report", default=False,
help="Report the results. Requires url to results server. Use 'stdout' for stdout.")
parser_options[("--showall",)] = dict(dest="showall", default=False, action="store_true",
parser_options[("--show-all",)] = dict(dest="showall", default=False, action="store_true",
help="Show all test output.")
parser_options[("--timeout",)] = dict(dest="timeout", type="float",
default=60.,
Expand Down

0 comments on commit b60b81e

Please sign in to comment.