Add missing newline
This commit is contained in:
committed by
Paul Beckingham
parent
254e737e00
commit
16d967ad01
@@ -73,7 +73,7 @@ int CmdContext::execute (std::string& output)
|
||||
else
|
||||
{
|
||||
listContexts (out);
|
||||
out << "Use 'task context none' to unset the current context.";
|
||||
out << "Use 'task context none' to unset the current context.\n";
|
||||
}
|
||||
|
||||
output = out.str ();
|
||||
|
||||
Reference in New Issue
Block a user