Merge pull request #12696 from edx/peter-fogg/fix-command-facepalm
Correct destination of management command args.
This commit is contained in:
@@ -33,13 +33,13 @@ class Command(BaseCommand):
|
||||
option_list = BaseCommand.option_list + (
|
||||
make_option(
|
||||
'-f', '--from_mode',
|
||||
dest='from',
|
||||
dest='from_mode',
|
||||
default=None,
|
||||
help='move from this enrollment mode'
|
||||
),
|
||||
make_option(
|
||||
'-t', '--to_mode',
|
||||
dest='to',
|
||||
dest='to_mode',
|
||||
default=None,
|
||||
help='move to this enrollment mode'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user