From 04614f536cfb4c957c1d4a2032985c63b10be8c6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 10 Oct 2011 07:42:58 -0400 Subject: [PATCH] Documentation - Fixed typo (thanks to Aaron Jackson). --- AUTHORS | 1 + doc/man/task-color.5.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 3a3a6efa4..8cbdf9593 100644 --- a/AUTHORS +++ b/AUTHORS @@ -112,4 +112,5 @@ suggestions: Bernhard B Aikido Guy Gour-Gadadhara Dasa + Aaron Jackson diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index ed1c1a4ce..6423c8ff7 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -222,7 +222,7 @@ project: $ task config color.project.Home 'on blue' We use quotes around 'on blue' because there are two words, but they represent -one value in the .taskrc file. Now suppose we which to use a bold yellow text +one value in the .taskrc file. Now suppose we wish to use a bold yellow text color for all cleaning work: $ task config color.keyword.clean 'bold yellow'