From 7dc7406d3c352a4c09e7d87fec53c2a5ce704e26 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Wed, 14 Aug 2013 14:42:24 -0400 Subject: [PATCH] updating help for --course --- common/djangoapps/student/management/commands/get_grades.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/djangoapps/student/management/commands/get_grades.py b/common/djangoapps/student/management/commands/get_grades.py index 9aa279458e..f0d5b5ec5d 100644 --- a/common/djangoapps/student/management/commands/get_grades.py +++ b/common/djangoapps/student/management/commands/get_grades.py @@ -41,8 +41,7 @@ class Command(BaseCommand): metavar='COURSE_ID', dest='course', default=False, - help='Grade and generate certificates for a specific ' - 'course'), + help='Course ID for grade distribution'), make_option('-o', '--output', metavar='FILE', dest='output',