Improve the description of flask run
This commit is contained in:
parent
e0c157f7ee
commit
55ad2a85b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue