Skip to content

Commit

Permalink
Fix bad argument description for -n
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Jul 22, 2014
1 parent 10d1382 commit 69893c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lingua/extract.py
Expand Up @@ -187,7 +187,7 @@ def main():
help='Do not include location information')
parser.add_argument('-n', '--add-location',
action='store_true', dest='location', default=True,
help='Do not include location information')
help='Include location information (default)')
parser.add_argument('-w', '--width', metavar='NUMBER',
default=79,
help='Output width')
Expand Down

0 comments on commit 69893c3

Please sign in to comment.