From d2ca1c498ce5e1cc639fc660e752475ddfe2bbbb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 6 Oct 2014 23:13:23 -0400 Subject: [PATCH] Documentation - Added not about debug value propagation. --- doc/man/taskrc.5.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 333bc68c5..f64a7e2b4 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -450,6 +450,9 @@ debug output can be useful. It can also help explain how the command line is being parsed, but the information is displayed in a developer-friendly, not a user-friendly way. +Turning debug on automatically sets debug.hooks=1, debug.parser=1 and debug.tls=2 +if they do not already have assigned values. + .TP .B debug.hooks=0 Controls the hook system diagnostic level. Level 0 means no diagnostics.