Improve the description of flask run

This commit is contained in:
Grey Li 2022-08-21 16:57:03 +08:00
parent e0c157f7ee
commit 55ad2a85b7

View file

@ -890,8 +890,8 @@ def run_command(
This server is for development purposes only. It does not provide This server is for development purposes only. It does not provide
the stability, security, or performance of production WSGI servers. the stability, security, or performance of production WSGI servers.
The reloader and debugger are enabled by default with the '--debug' The reloader and debugger are enabled by default with the 'flask --debug'
option. option (i.e. 'flask --debug run').
""" """
try: try:
app = info.load_app() app = info.load_app()