- Added URL to usage, version.

This commit is contained in:
Paul Beckingham 2008-07-09 23:26:33 -04:00
parent 84d0dce20c
commit 849cb65b0e
2 changed files with 6 additions and 0 deletions

View file

@ -264,6 +264,9 @@ void handleVersion (Config& conf)
<< std::endl << std::endl
<< std::endl << std::endl
<< table.render () << table.render ()
<< std::endl
<< "See http://www.beckingham.net/task.html for the latest releases and a full tutorial."
<< std::endl
<< std::endl; << std::endl;
// Verify installation. This is mentioned in the documentation as the way to // Verify installation. This is mentioned in the documentation as the way to

View file

@ -194,6 +194,9 @@ static void shortUsage (Config& conf)
table.addCell (row, 2, "Shows the long usage text"); table.addCell (row, 2, "Shows the long usage text");
std::cout << table.render () std::cout << table.render ()
<< std::endl
<< "See http://www.beckingham.net/task.html for the latest releases and a full tutorial."
<< std::endl
<< std::endl; << std::endl;
} }