summaryrefslogtreecommitdiff
path: root/docs/settings.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/settings.rst')
-rw-r--r--docs/settings.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/settings.rst b/docs/settings.rst
index 47852527..675e6b8f 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -9,11 +9,12 @@ line::
If you used the ``pelican-quickstart`` command, your primary settings file will
be named ``pelicanconf.py`` by default.
-You can also specify extra settings via ``-e`` / ``--extra-settings`` option
-flags, which will override default settings as well as any defined within
-settings files::
+You can also specify settings via ``-e`` / ``--extra-settings`` option
+flags. It will override default settings as well as any defined within the
+setting file. Note that values must follow JSON notation::
+
+ pelican content -e SITENAME='"A site"' READERS='{"html": null}' CACHE_CONTENT=true
- pelican content -e DELETE_OUTPUT_DIRECTORY=true
.. note::