Add missing newline

This commit is contained in:
mrossinek
2019-02-24 15:59:17 +01:00
committed by Paul Beckingham
parent b0c9bf6c8d
commit 2821c5ac44

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