Skip to content

Commit 7689ca7

Browse files
authored
Fixed RST formatting
1 parent c83dd8a commit 7689ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can execute a SQL query against a database and get the results back as CSV l
1313

1414
$ sqlite-utils csv docs.db "select id, title, author from documents"
1515

16-
This will default to including the column names as a header row. To exclude the headers, use ``--no-headers``:
16+
This will default to including the column names as a header row. To exclude the headers, use ``--no-headers``::
1717

1818
$ sqlite-utils csv docs.db "select id, title, author from documents" --no-headers
1919

0 commit comments

Comments
 (0)