From c5f6419dfd2e7b587e672d80736785051d3bbfbc Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 15 Sep 2021 21:42:26 -0400 Subject: [PATCH] docs: Document the 'default' token --- doc/man/taskrc.5.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 0d6439e85..4aa18768d 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -301,10 +301,13 @@ control specific occasions when output is generated. This list may contain: context Show the current context. Displayed in footnote. override Notification when configuration options are overridden recur Notification when a new recurring task instance is created + default Notifications about taskwarrior choosing to perform a default action. -"affected", "new-id", "new-uuid", "project", "override" and "recur" +The tokens "affected", "new-id", "new-uuid", "project", "override" and "recur" imply "footnote". +The tokens "default" and "override" imply "header". + Note that the "1" setting is equivalent to all the tokens being specified, and the "nothing" setting is equivalent to none of the tokens being specified.