From c306d458e00171b64db62178c72bda8d39c2bd45 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 22 Mar 2015 15:17:36 +0100 Subject: [PATCH] Doc: Document bulk=0 in taskrc manpage --- doc/man/taskrc.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index b9bf7329b..7f238b8f8 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -314,7 +314,7 @@ Controls padding between columns of the report output. Default is "1". Is a number, defaulting to 3. When this number or greater of tasks are modified in a single command, confirmation will be required, regardless of the value of .B confirmation -variable. +variable. The special value bulk=0 is treated as an infinity. This is useful for preventing large-scale unintended changes.