Skip to content

Commit

Permalink
Fixed server cli argument
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Nov 4, 2011
1 parent eb5acdb commit cbec121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pusher.py
Expand Up @@ -46,7 +46,7 @@ def server():

parser = argparse.ArgumentParser()
parser.add_argument('--push')
parser.add_argument('--server', nargs='?', default=False)
parser.add_argument('--server', action='store_true')
args = parser.parse_args()

if args.server:
Expand Down

0 comments on commit cbec121

Please sign in to comment.