mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix error in --extra-settings feature. Refs #2789
This commit is contained in:
parent
74692a37a6
commit
45c5cb9029
2 changed files with 4 additions and 2 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue