From daeee37b6b04017a7dff151b8b63f7102affc7cd Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sat, 27 Feb 2010 13:56:19 +0000 Subject: [PATCH] default dbname option is overriding 'default=true' selection in config file --- pyfpdb/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Options.py b/pyfpdb/Options.py index 6570dbe4..bda28259 100644 --- a/pyfpdb/Options.py +++ b/pyfpdb/Options.py @@ -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,