Add missing newline
This commit is contained in:
committed by
Paul Beckingham
parent
b0c9bf6c8d
commit
2821c5ac44
@@ -73,7 +73,7 @@ int CmdContext::execute (std::string& output)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
listContexts (out);
|
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 ();
|
output = out.str ();
|
||||||
|
|||||||
Reference in New Issue
Block a user