Skip to content

Commit

Permalink
Minor improvement to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Aug 27, 2014
1 parent 44d0b5d commit f8900f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anonymize-slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def _main():
parser = OptionParser(usage='%prog [options] file [file...]',
description=PROG_DESCRIPTION, version=PROG_VERSION)
parser.add_option('-d', '--debug', action='store_true',
help='Enable debugging')
help='show debugging information')
opts, args = parser.parse_args()
if not args:
parser.error('specify a file')
Expand Down

0 comments on commit f8900f4

Please sign in to comment.