CmdContext: Add helpful hint to output when setting context

This commit is contained in:
Tomas Babej 2015-02-24 07:30:44 +01:00 committed by Paul Beckingham
parent e2f35a1a06
commit 1a0f479394
11 changed files with 16 additions and 16 deletions

View file

@ -414,7 +414,7 @@ void CLI::addContextFilter ()
{
addRawFilter("( " + contextFilter + " )");
if (context.verbose ("context"))
context.footnote (format("Context '{1}' applied.", contextName));
context.footnote (format("Context '{1}' set. Use 'task context none' to remove.", contextName));
}
}