Help Consistency

- Added note about frequent releases to the shortUsage output, so it
  is now consistent with that of "version".
This commit is contained in:
Paul Beckingham
2009-03-13 13:12:34 -04:00
parent 28c97f181a
commit 2216eee678

View File

@@ -194,7 +194,9 @@ static void shortUsage (Config& conf)
std::cout << table.render () std::cout << table.render ()
<< std::endl << std::endl
<< "See http://www.beckingham.net/task.html for the latest releases and a full tutorial." << "See http://www.beckingham.net/task.html for the latest releases and a "
<< "full tutorial. New releases containing fixes and enhancements are "
<< "made frequently."
<< std::endl << std::endl
<< std::endl; << std::endl;
} }
@@ -205,7 +207,7 @@ static void longUsage (Config& conf)
shortUsage (conf); shortUsage (conf);
std::cout std::cout
<< "ID is the numeric identifier displayed by the 'task list' command" << "\n" << "ID is the numeric identifier displayed by the 'task list' command." << "\n"
<< "\n" << "\n"
<< "Tags are arbitrary words, any quantity:" << "\n" << "Tags are arbitrary words, any quantity:" << "\n"
<< " +tag The + means add the tag" << "\n" << " +tag The + means add the tag" << "\n"