From 3fb1034e869090876cab0247146a312be993210f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 9 Aug 2021 14:46:47 -0700 Subject: [PATCH] option, not object, refs #310 --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 28bd3f7..063b9e9 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -729,7 +729,7 @@ Flattening nested JSON objects ``sqlite-utils insert`` expects incoming data to consist of an array of JSON objects, where the top-level keys of each object will become columns in the created database table. -If your data is nested you can use the `--flatten` object to create columns that are derived from the nested data. +If your data is nested you can use the ``--flatten`` option to create columns that are derived from the nested data. Consider this example document, in a file called ``log.json``::