mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-02 09:28:25 +00:00
docs: in quickstart's helptext, note that it's renamed to 'launch'
This commit is contained in:
parent
a6c6fde867
commit
3de28377a1
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user