From 5431332cecf5773f33b56856df2f41c0b0b6156f Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 16 Jan 2013 12:14:43 -0500 Subject: [PATCH] Fix up help. --- .../student/management/commands/pearson_export_cdd.py | 2 +- .../student/management/commands/pearson_export_ead.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/djangoapps/student/management/commands/pearson_export_cdd.py b/common/djangoapps/student/management/commands/pearson_export_cdd.py index 2655960ff5..2f68ccc7d1 100644 --- a/common/djangoapps/student/management/commands/pearson_export_cdd.py +++ b/common/djangoapps/student/management/commands/pearson_export_cdd.py @@ -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', diff --git a/common/djangoapps/student/management/commands/pearson_export_ead.py b/common/djangoapps/student/management/commands/pearson_export_ead.py index 7697c99e4a..0f81cb1df9 100644 --- a/common/djangoapps/student/management/commands/pearson_export_ead.py +++ b/common/djangoapps/student/management/commands/pearson_export_ead.py @@ -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',