Update docs to the new CLI patterns

This commit is contained in:
Armin Ronacher 2016-05-26 20:45:50 +02:00
parent 523e271183
commit a7d829c618
10 changed files with 112 additions and 141 deletions

View file

@ -60,7 +60,7 @@ databases will not commit unless you explicitly tell it to.
Now, it is possible to create a database with the :command:`flask` script::
flask --app=flaskr initdb
flask initdb
Initialized the database.
.. admonition:: Troubleshooting