From 844cda943a89ef0a83d9aff37e86871eaea65b39 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 8 Jan 2016 06:45:38 +0100 Subject: [PATCH] man: Fix invalid context command example --- doc/man/task.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index c3a452710..4622fced0 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1120,7 +1120,7 @@ To unset any context, use the 'none' subcommand. Context can be defined using the 'define' subcommand, specifying both the name of the new context, and it's assigned filter. - $ task context define home + $ task context define home project:Home Are you sure you want to add 'context.home' with a value of 'project:Home'? (yes/no) yes Context 'home' successfully defined.