Commit 289301e0 by John Jarvis

adding more to help string

parent 0c43e69c
......@@ -19,7 +19,15 @@ class Command(BaseCommand):
Export a list of students who have "allow_certificate" in
userprofile set to True
$ ... cert_restriction --export path/to/export.csv
$ ... cert_restriction --output path/to/export.csv
Enable a single user so she is not on the restricted list
$ ... cert_restriction -e user
Disable a single user so she is on the restricted list
$ ... cert_restriction -d user
"""
......
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