From 7689ca7229d2a2e662a7c6b1ada8baef9c4d7525 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 25 Jan 2019 10:16:26 -0800 Subject: [PATCH] Fixed RST formatting --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 3b982bc..abb4267 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -13,7 +13,7 @@ You can execute a SQL query against a database and get the results back as CSV l $ sqlite-utils csv docs.db "select id, title, author from documents" -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``:: $ sqlite-utils csv docs.db "select id, title, author from documents" --no-headers