From 55ad2a85b7fa4241a17b62b17a678f93ad28e0a3 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sun, 21 Aug 2022 16:57:03 +0800 Subject: [PATCH] Improve the description of flask run --- src/flask/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flask/cli.py b/src/flask/cli.py index 82fe8194..f01980c7 100644 --- a/src/flask/cli.py +++ b/src/flask/cli.py @@ -890,8 +890,8 @@ def run_command( This server is for development purposes only. It does not provide the stability, security, or performance of production WSGI servers. - The reloader and debugger are enabled by default with the '--debug' - option. + The reloader and debugger are enabled by default with the 'flask --debug' + option (i.e. 'flask --debug run'). """ try: app = info.load_app()