Remove nonsense from cli docs

This commit is contained in:
Andrew Arendt 2016-09-14 13:03:21 -05:00 committed by Adrian
parent 0664a3f2dd
commit 270355abdc

View file

@ -61,9 +61,7 @@ Debug Flag
The :command:`flask` script can also be instructed to enable the debug
mode of the application automatically by exporting ``FLASK_DEBUG``. If
set to ``1`` debug is enabled or ``0`` disables it.
Or with a filename::
set to ``1`` debug is enabled or ``0`` disables it::
export FLASK_DEBUG=1