Add versionadded directive to reload_extra_files

This commit is contained in:
Berker Peksag 2017-06-16 14:02:55 +03:00
parent 5426b04a7a
commit ca053a5fe1
2 changed files with 16 additions and 1 deletions

View File

@ -320,6 +320,19 @@ because it consumes less system resources.
In order to use the inotify reloader, you must have the ``inotify``
package installed.
.. _reload-extra-files:
reload_extra_files
~~~~~~~~~~~~~~~~~~
* ``--reload-extra-file FILES``
* ``[]``
Extends :ref:`reload` option to also watch and reload on additional files
(e.g., templates, configurations, specifications, etc.).
.. versionadded:: 19.8
.. _spew:
spew

View File

@ -878,8 +878,10 @@ class ReloadExtraFiles(Setting):
validator = validate_list_of_existing_files
default = []
desc = """\
Extends --reload option to also watch and reload on additional files
Extends :ref:`reload` option to also watch and reload on additional files
(e.g., templates, configurations, specifications, etc.).
.. versionadded:: 19.8
"""