Skip to content

Commit

Permalink
change parameter config to config_file. config is an invalid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Cook committed Nov 28, 2014
1 parent d048c1d commit d98a831
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", default="",
parser.add_option("--config_file", dest="config_file", default="",
help="set custom config file location")
parser.add_option("--test", action="store_true", dest="test", default="",
help="Turns on test mode, which won't send to backends")
Expand Down

0 comments on commit d98a831

Please sign in to comment.