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
|
|
@ -52,7 +52,7 @@ interactive debugger and reloader by default in debug mode.
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ flask --app hello run --debug
|
||||
$ flask --app hello --debug run
|
||||
|
||||
Using the option is recommended. While it is possible to set :data:`DEBUG` in your
|
||||
config or code, this is strongly discouraged. It can't be read early by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue