Update factory.rst

Wrong argument order, see https://stackoverflow.com/questions/75951245/flask-no-such-option-debug
This commit is contained in:
jscmidt 2023-10-18 13:11:58 +02:00 committed by GitHub
parent 541bc8dfc2
commit 7971edc956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ follow the tutorial.
.. code-block:: text .. code-block:: text
$ flask --app flaskr run --debug $ flask --app flaskr --debug run
You'll see output similar to this: You'll see output similar to this: