Updated help text in documentation

This commit is contained in:
Simon Willison 2020-04-02 11:55:35 -07:00
commit 2e61f06e9b
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ Options:
--cors Enable CORS by serving Access-Control-Allow-Origin: *
--load-extension PATH Path to a SQLite extension to load
--inspect-file TEXT Path to JSON file created using "datasette inspect"
-m, --metadata FILENAME Path to JSON file containing license/source metadata
-m, --metadata FILENAME Path to JSON/YAML file containing license/source metadata
--template-dir DIRECTORY Path to directory containing custom templates
--plugins-dir DIRECTORY Path to directory containing custom plugins
--static MOUNT:DIRECTORY Serve static files from this directory at /MOUNT/...