default dbname option is overriding 'default=true' selection in config file

This commit is contained in:
sqlcoder 2010-02-27 13:56:19 +00:00
parent aca5682daf
commit daeee37b6b

View File

@ -27,7 +27,7 @@ def fpdb_options():
action="store_true",
help="If passed error output will go to the console rather than .")
parser.add_option("-d", "--databaseName",
dest="dbname", default="fpdb",
dest="dbname",
help="Overrides the default database name")
parser.add_option("-c", "--configFile",
dest="config", default=None,