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
|
|
@ -137,7 +137,7 @@ follow the tutorial.
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ flask --app flaskr run --debug
|
||||
$ flask --app flaskr --debug run
|
||||
|
||||
You'll see output similar to this:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue