Commit c6b51782 by Calen Pennington

Merge pull request #498 from edx/cale/make-the-service-variant-flag-on-manage.py-longform-only

Make the service-variant flag on manage.py longform only
parents aad6dc43 1bcafd32
......@@ -34,7 +34,7 @@ def parse_args():
help="Which django settings module to use from inside of lms.envs. If not provided, the DJANGO_SETTINGS_MODULE "
"environment variable will be used if it is set, otherwise will default to lms.envs.dev")
lms.add_argument(
'-s', '--service-variant',
'--service-variant',
choices=['lms', 'lms-xml', 'lms-preview'],
default='lms',
help='Which service variant to run, when using the aws environment')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment