Skip to content

Commit

Permalink
fix name mismatch bug in the option parser code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Josephsen authored and Shawn Sterling committed Oct 14, 2014
1 parent 8f5bb04 commit 50dc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphios.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
help="file to log to")
parser.add_option("--backend", dest="backend", default="stdout",
help="sets which storage backend to use")
parser.add_option("--config", dest="config_file", default="",
parser.add_option("--config", dest="config", default="",
help="set custom config file location")

log = logging.getLogger('log')
Expand Down

0 comments on commit 50dc864

Please sign in to comment.