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``::