Add missing newline

This commit is contained in:
mrossinek 2019-02-24 15:59:17 +01:00 committed by Paul Beckingham
parent 254e737e00
commit 16d967ad01

View file

@ -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 ();