Skip to content

Commit

Permalink
Wording of --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Feb 20, 2015
1 parent a051ea8 commit 249b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def error(self, message):
action=HelpAction, nargs=0,
)
stdArgs.add_argument('--debug', '-w',
help='Enable diagnostic output.',
help='Enable/raise level of diagnostic output.',
default=0, required=False, action='count',
)
stdArgs.add_argument('--detail', '-v',
Expand Down

0 comments on commit 249b423

Please sign in to comment.