diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 22c411ee..02dbc978 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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