Fix error in --extra-settings feature. Refs #2789

This commit is contained in:
Justin Mayer 2020-08-13 12:07:58 +02:00
commit 45c5cb9029
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ 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::
pelican content -e DELETE_OUTPUT_DIRECTORY=True
pelican content -e DELETE_OUTPUT_DIRECTORY=true
.. note::