Replace run --debug with --debug run in docs.
This commit is contained in:
parent
cb825687a5
commit
2a60ded1d0
8 changed files with 11 additions and 11 deletions
|
|
@ -24,7 +24,7 @@ debug mode.
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ flask --app hello run --debug
|
||||
$ flask --app hello --debug run
|
||||
|
||||
This enables debug mode, including the interactive debugger and reloader, and then
|
||||
starts the server on http://localhost:5000/. Use ``flask run --help`` to see the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue