We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83dd8a commit 7689ca7Copy full SHA for 7689ca7
docs/cli.rst
@@ -13,7 +13,7 @@ You can execute a SQL query against a database and get the results back as CSV l
13
14
$ sqlite-utils csv docs.db "select id, title, author from documents"
15
16
-This will default to including the column names as a header row. To exclude the headers, use ``--no-headers``:
+This will default to including the column names as a header row. To exclude the headers, use ``--no-headers``::
17
18
$ sqlite-utils csv docs.db "select id, title, author from documents" --no-headers
19
0 commit comments