mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +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
|
else
|
||||||
{
|
{
|
||||||
listContexts (out);
|
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 ();
|
output = out.str ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue