From 67315bf77f03a843ca1c924b442c63c1e0c8dfb0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Nov 2015 14:44:38 -0500 Subject: [PATCH] Docs: The 'color.warning' setting was not mentioned --- doc/man/taskrc.5.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 89cf470f1..50edc4dd4 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -927,10 +927,15 @@ Colors any task that does not have the user defined attribute X. .RE .TP -.B color.error=green +.B color.error=white on red Colors any of the error messages. .RE +.TP +.B color.warning=bold red +Colors any of the warning messages. +.RE + .TP .B color.header=green Colors any of the messages printed prior to the report output.