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