From 2821c5ac446a7c5eb098c8aac546b6acafe10923 Mon Sep 17 00:00:00 2001 From: mrossinek Date: Sun, 24 Feb 2019 15:59:17 +0100 Subject: [PATCH] Add missing newline --- src/commands/CmdContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();