CmdNews: Adjust header

This commit is contained in:
Tomas Babej 2021-10-02 09:48:53 -04:00
parent 130b2fe77c
commit 2af2564fd9
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -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++) {