Commit 905c5c56 by Peter Fogg

Merge pull request #12692 from edx/peter-fogg/bulk-change-enrollment-help-text

Correct help text for the bulk_change_enrollment command.
parents 1f26cd2e 17fb925c
...@@ -25,7 +25,7 @@ class Command(BaseCommand): ...@@ -25,7 +25,7 @@ class Command(BaseCommand):
Example: Example:
Change enrollment for all audit users to honor in the given course. 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. Without the --commit option, the command will have no effect.
""" """
......
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