docs/narr/ctl.rst
changeset 11587 18dd303225cd
parent 11537 caf268942436
--- a/docs/narr/ctl.rst	Mon Jul 06 14:16:55 2015 +0200
+++ b/docs/narr/ctl.rst	Mon Jul 06 14:51:06 2015 +0200
@@ -20,11 +20,19 @@
 
     Run the server in the foreground.
 
-
 .. option:: --debug-mode
 
     Activate the repository debug mode (logs in the console and the debug
-    toolbar). Implies :option:`--no-daemon`
+    toolbar). Implies :option:`--no-daemon`.
+
+    Also force the following pyramid options:
+
+    .. code-block:: ini
+    
+        pyramid.debug_authorization = yes
+        pyramid.debug_notfound = yes
+        pyramid.debug_routematch = yes
+        pyramid.reload_templates = yes
 
 .. option:: -D, --debug