diff --git a/server/cli/launch.py b/server/cli/launch.py index 15c3aaf8..9803fc46 100644 --- a/server/cli/launch.py +++ b/server/cli/launch.py @@ -33,7 +33,7 @@ from server.app.util.utils import custom_format_warning show_default=True, help="Provide verbose output, including warnings and all server requests.", ) -@click.option("--debug", "-d", is_flag=True, default=False, show_default=True, help="Run in debug mode.") +@click.option("--debug", is_flag=True, default=False, show_default=True, help="Run in debug mode.") @click.option( "--open", "-o",