Skip to content

Commit

Permalink
option fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volpino authored and Federico Scrinzi committed Jul 12, 2011
1 parent b294a7e commit 63adf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def create_option_parser():
"characters are skipped (default: %(default)s)")
p.add_argument('-o', '--output', help="output file name",
metavar="OUTPUT_FILE", default=None)
p.add_option('-e', '--encoding', action="store", dest="encoding",
p.add_argument('--encoding', action="store", dest="encoding",
default="latin-1", help="encoding of the desired_list file")

## positional arguments
Expand Down

0 comments on commit 63adf5e

Please sign in to comment.