Skip to content

Commit

Permalink
Add a short option for output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Dec 28, 2011
1 parent bab5601 commit 40feabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main():
parser = OptionParser(usage="%prog [options] filename",
description="Python to JavaScript compiler.")

parser.add_option("--output",
parser.add_option("-o", "--output",
action = "store",
dest = "output",
help = "write output to OUTPUT")
Expand Down

0 comments on commit 40feabf

Please sign in to comment.