Bug: Included function return code in output

This commit is contained in:
Paul Beckingham 2016-09-05 09:59:41 -04:00
parent e9fcf89e69
commit cd9a04bd6e

View file

@ -52,9 +52,8 @@ std::string findTaskwarrior ();
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
static void welcome () static void welcome ()
{ {
std::cout << PACKAGE_STRING std::cout << PACKAGE_STRING << "\n";
<< "\n" cmdHelp ();
<< cmdHelp ();
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////