This commit is contained in:
Oğuzhan Çelikarslan 2022-08-12 13:26:26 +03:00 committed by Grey Li
parent 062a096f40
commit 77cdefccee

View file

@ -41,7 +41,7 @@ itself.
To run the application, use the ``flask`` command or
``python -m flask``. You need to tell the Flask where your application
is with the ``-app`` option.
is with the ``--app`` option.
.. code-block:: text