From 31e865e823916eeb42919571a14a44bd3916ab24 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 24 May 2011 19:21:25 -0400 Subject: [PATCH] Documentation - Corrected typo (thanks to T. Charles Yun). --- doc/man/task-faq.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/task-faq.5.in b/doc/man/task-faq.5.in index a0bd42f83..e453ab917 100644 --- a/doc/man/task-faq.5.in +++ b/doc/man/task-faq.5.in @@ -257,7 +257,7 @@ efficiency. .TP .B Q: How do I list tasks that are either priority 'H' or 'M', but not 'L'? -Taskwarriors filters are all combined with and implicit logical AND operator, so +Taskwarrior's filters are all combined with and implicit logical AND operator, so if you were to try this: $ task list priority:H priority:M