From 17fb925cd4c95a3e202a3163b82b3d057f27ca34 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Wed, 8 Jun 2016 09:59:59 -0400 Subject: [PATCH] Correct help text for the bulk_change_enrollment command. --- .../student/management/commands/bulk_change_enrollment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/djangoapps/student/management/commands/bulk_change_enrollment.py b/common/djangoapps/student/management/commands/bulk_change_enrollment.py index 4a2a7a889f..c09e29d747 100644 --- a/common/djangoapps/student/management/commands/bulk_change_enrollment.py +++ b/common/djangoapps/student/management/commands/bulk_change_enrollment.py @@ -25,7 +25,7 @@ class Command(BaseCommand): Example: Change enrollment for all audit users to honor in the given course. - $ ... bulk_change_enrollment -c course-v1:SomeCourse+SomethingX+2016 --from audit --to honor --commit + $ ... bulk_change_enrollment -c course-v1:SomeCourse+SomethingX+2016 --from_mode audit --to_mode honor --commit Without the --commit option, the command will have no effect. """