mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +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");
|
Color bold = Color ("bold");
|
||||||
std::cout << bold.colorize (
|
std::cout << bold.colorize (
|
||||||
"\n"
|
"\n"
|
||||||
"===============================\n"
|
"====================================\n"
|
||||||
"Taskwarrior 2.6.0 Release Notes\n"
|
"Taskwarrior 2.6.0 Release highlights\n"
|
||||||
"===============================\n"
|
"====================================\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
for (unsigned short i=0; i < items.size (); i++) {
|
for (unsigned short i=0; i < items.size (); i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue