CmdNews: Adjust header
This commit is contained in:
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user