Replace run --debug with --debug run in docs.

This commit is contained in:
Andrzej Bartosiński 2023-07-08 15:32:07 +02:00
parent cb825687a5
commit 2a60ded1d0
8 changed files with 11 additions and 11 deletions

View file

@ -48,7 +48,7 @@ Run
.. code-block:: text
$ flask --app flaskr init-db
$ flask --app flaskr run --debug
$ flask --app flaskr --debug run
Open http://127.0.0.1:5000 in a browser.