diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index b1a15dc36..bc36177b6 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -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 ();