From 289301e0ea29962b6e25377c9302a491ff20acdb Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Mon, 28 Jan 2013 19:38:51 -0500 Subject: [PATCH] adding more to help string --- .../student/management/commands/cert_restriction.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/djangoapps/student/management/commands/cert_restriction.py b/common/djangoapps/student/management/commands/cert_restriction.py index 81405de156..c43ff05f3e 100644 --- a/common/djangoapps/student/management/commands/cert_restriction.py +++ b/common/djangoapps/student/management/commands/cert_restriction.py @@ -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 """