Fix #2002
This commit is contained in:
committed by
Paul Beckingham
parent
b87703eb39
commit
b0c9bf6c8d
@@ -71,7 +71,10 @@ int CmdContext::execute (std::string& output)
|
||||
else if (words.size ()) setContext (words, out);
|
||||
}
|
||||
else
|
||||
{
|
||||
listContexts (out);
|
||||
out << "Use 'task context none' to unset the current context.";
|
||||
}
|
||||
|
||||
output = out.str ();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user