Commit 5431332c by Ashley Penney

Fix up help.

parent 3d5599c8
......@@ -42,7 +42,7 @@ class Command(BaseCommand):
action='store_true',
dest='dest-from-settings',
default=False,
help='Retrieve the destination to export to from django? True/False'),
help='Retrieve the destination to export to from django.'),
make_option('--destination',
action='store',
dest='destination',
......
......@@ -28,7 +28,7 @@ class Command(BaseCommand):
action='store_true',
dest='dest-from-settings',
default=False,
help='Retrieve the destination to export to from django? True/False'),
help='Retrieve the destination to export to from django.'),
make_option('--destination',
action='store',
dest='destination',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment