mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add missing newline
This commit is contained in:
parent
254e737e00
commit
16d967ad01
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue