This commit is contained in:
John Jarvis
2014-04-18 10:13:23 -04:00
parent b67987cd43
commit 67128c5ff8

View File

@@ -41,7 +41,7 @@ class Command(BaseCommand):
metavar='COURSE_ID',
dest='course_id',
default=False,
help="course id to for transfer"),
help="course id to use for transfer"),
make_option('-n', '--noop',
action='store_true',
dest='noop',