From b548342accd8c3e9fece84a693d3243bb9202e96 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 2 Nov 2008 23:21:41 -0500 Subject: [PATCH] - Modified docs to include "shadow.notify". --- html/shadow.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/html/shadow.html b/html/shadow.html index 0fe592d36..4b0248b1f 100644 --- a/html/shadow.html +++ b/html/shadow.html @@ -53,15 +53,18 @@

To use a shadow file, edit your .taskrc configuration file, - and add two entries as shown: + and add three entries as shown:

shadow.file=/path/to/file
-shadow.command=list pri:H
+shadow.command=list pri:H +shadow.notify=on

In this example the shadow file contains a report equivalent - to running "task list pri:H". + to running "task list pri:H". Note that the third entry + causes a message to be displayed whenever task updates the + shadow file. It is optional.