7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 16:53:28 +00:00

Fix --edx-platform-settings cli doc

This commit is contained in:
Régis Behmo 2020-01-08 12:07:47 +01:00
parent 5179931c0e
commit b5ef89abed

View File

@ -23,7 +23,7 @@ edx_platform_development_settings_option = click.option(
"--edx-platform-settings",
envvar="TUTOR_EDX_PLATFORM_SETTINGS",
default="tutor.development",
help="Mount a local edx-platform from the host (environment variable: TUTOR_EDX_PLATFORM_PATH)",
help="Load custom development settings (environment variable: TUTOR_EDX_PLATFORM_SETTINGS)",
)