Repair recent damage to Options
This commit is contained in:
parent
a0a6207810
commit
76163733ee
|
@ -36,8 +36,11 @@ def fpdb_options():
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Indicates program was restarted with a different path (only allowed once).")
|
help="Indicates program was restarted with a different path (only allowed once).")
|
||||||
parser.add_option("-i", "--infile",
|
parser.add_option("-i", "--infile",
|
||||||
dest="config", default=None,
|
dest="infile", default="Slartibartfast",
|
||||||
help="Input file")
|
help="Input file")
|
||||||
|
parser.add_option("-k", "--konverter",
|
||||||
|
dest="hhc", default="PokerStarsToFpdb",
|
||||||
|
help="Module name for Hand History Converter")
|
||||||
(options, argv) = parser.parse_args()
|
(options, argv) = parser.parse_args()
|
||||||
return (options, argv)
|
return (options, argv)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user