Still not working.

This commit is contained in:
Michael Lazar
2015-05-10 21:55:54 -07:00
parent 3fb3f58975
commit d1e3dbc65e
3 changed files with 20 additions and 14 deletions

View File

@@ -59,7 +59,8 @@ def command_line():
parser.add_argument('-s', dest='subreddit', help='subreddit name')
parser.add_argument('-l', dest='link', help='full link to a submission')
parser.add_argument('--unicode', help='enable unicode (experimental)')
parser.add_argument('--unicode', action='store_const', const=False,
help='enable unicode (experimental)')
parser.add_argument('--log', metavar='FILE', action='store',
help='Log HTTP requests')