adding more to help string

This commit is contained in:
John Jarvis
2013-01-28 19:38:51 -05:00
parent 0c43e69c00
commit 289301e0ea

View File

@@ -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
"""