man: Fix invalid context command example

This commit is contained in:
Tomas Babej 2016-01-08 06:45:38 +01:00 committed by Paul Beckingham
parent 33988c2c90
commit 844cda943a

View file

@ -1120,7 +1120,7 @@ To unset any context, use the 'none' subcommand.
Context can be defined using the 'define' subcommand, specifying both the name Context can be defined using the 'define' subcommand, specifying both the name
of the new context, and it's assigned filter. 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 Are you sure you want to add 'context.home' with a value of 'project:Home'? (yes/no) yes
Context 'home' successfully defined. Context 'home' successfully defined.