From 1b6345f4f20b5d17f94dc3a170d2a2354088f7af Mon Sep 17 00:00:00 2001 From: Sathors Date: Fri, 20 Feb 2015 11:29:40 -0500 Subject: [PATCH] [ADD] doc: advanced options category including auto-reload. So far there is no info about the "Advanced Options" category of the --help. Added only the --auto-reload, others can be added later. --- doc/reference/cmdline.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/reference/cmdline.rst b/doc/reference/cmdline.rst index 280cd079622..434b0d9cd9d 100644 --- a/doc/reference/cmdline.rst +++ b/doc/reference/cmdline.rst @@ -278,6 +278,14 @@ customize the amout of logging output In case of conflict between :option:`--log-level` and :option:`--log-handler`, the latter is used +Advanced options +---------------- + +.. option:: --auto-reload + + enable auto-reloading of python files and xml files without having to + restart the server. Requires pyinotify_. + .. _reference/cmdline/scaffold: Scaffolding @@ -347,3 +355,4 @@ to that file. http://www.postgresql.org/docs/9.2/static/libpq-connect.html#AEN38208 .. _Werkzeug's proxy support: http://werkzeug.pocoo.org/docs/0.9/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix +.. _pyinotify: https://github.com/seb-m/pyinotify/wiki