Fix up help.

This commit is contained in:
Ashley Penney
2013-01-16 12:14:43 -05:00
parent 3d5599c829
commit 5431332cec
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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',