mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Add missing newline
This commit is contained in:
parent
b0c9bf6c8d
commit
2821c5ac44
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