mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
CmdNews: Adjust header
This commit is contained in:
parent
130b2fe77c
commit
2af2564fd9
1 changed files with 3 additions and 3 deletions
|
@ -465,9 +465,9 @@ int CmdNews::execute (std::string& output)
|
|||
Color bold = Color ("bold");
|
||||
std::cout << bold.colorize (
|
||||
"\n"
|
||||
"===============================\n"
|
||||
"Taskwarrior 2.6.0 Release Notes\n"
|
||||
"===============================\n"
|
||||
"====================================\n"
|
||||
"Taskwarrior 2.6.0 Release highlights\n"
|
||||
"====================================\n"
|
||||
);
|
||||
|
||||
for (unsigned short i=0; i < items.size (); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue