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

@ -108,7 +108,7 @@ To enable debug mode, use the ``--debug`` option.
.. code-block:: text
$ flask --app hello run --debug
$ flask --app hello --debug run
* Serving Flask app 'hello'
* Debug mode: on
* Running on http://127.0.0.1:5000 (Press CTRL+C to quit)