6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00

docs: in quickstart's helptext, note that it's renamed to 'launch'

This commit is contained in:
Kyle McCormick 2022-10-03 15:47:59 -04:00 committed by Régis Behmo
parent a6c6fde867
commit 3de28377a1
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ Your Open edX platform is ready and can be accessed at the following urls:
)
@click.command(help="Configure and run Open edX from scratch, for development")
@click.command(help="Deprecated alias to 'launch'")
@click.option("-I", "--non-interactive", is_flag=True, help="Run non-interactively")
@click.option("-p", "--pullimages", is_flag=True, help="Update docker images")
@compose.mount_option

View File

@ -159,7 +159,7 @@ Your Open edX platform is ready and can be accessed at the following urls:
)
@click.command(help="Configure and run Open edX from scratch")
@click.command(help="Deprecated alias to 'launch'")
@compose.mount_option
@click.option("-I", "--non-interactive", is_flag=True, help="Run non-interactively")
@click.option("-p", "--pullimages", is_flag=True, help="Update docker images")