From 04ea17f8c2b4d8c4173ae6c8f089087c05f62a6a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 2 Apr 2020 12:48:57 -0700 Subject: [PATCH] --metadata or -m, refs #713 --- docs/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata.rst b/docs/metadata.rst index 3cb1f739..79368c5e 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -287,6 +287,6 @@ Here's an example of a ``metadata.yml`` file, re-using an example from :ref:`can description_html: |-

This demonstrates simple LIKE search -The ``metadata.yml`` file is passed to Datasette using the same ``--metadata`` option:: +The ``metadata.yml`` file is passed to Datasette using the same ``--metadata`` or ``-m`` option:: datasette fixtures.db --metadata metadata.yml