'-f' must now always be specified as '--fmt', refs #194

This commit is contained in:
Simon Willison 2020-11-06 16:17:15 -08:00
commit 309ae84336
3 changed files with 2 additions and 3 deletions

View file

@ -162,7 +162,7 @@ You can use the ``--table`` option (or ``-t`` shortcut) to output query results
1 4 Cleo
2 2 Pancakes
You can use the ``--fmt`` (or ``-f``) option to specify different table formats, for example ``rst`` for reStructuredText::
You can use the ``--fmt`` option to specify different table formats, for example ``rst`` for reStructuredText::
$ sqlite-utils dogs.db "select * from dogs" --table --fmt rst
==== ===== ========