Server argument should accept strings
@@ -49,7 +49,7 @@ class Command(BaseCommand):
action="store_true",
default=False),
make_option("--server", help=_t("Server to connect to."),
- action="store_true",
+ action="store",
default=None),
)
@@ -40,7 +40,7 @@ class Command(BaseCommand):
@@ -35,7 +35,7 @@ class Command(BaseCommand):
option_list = BaseCommand.option_list + (