- Added URL to usage, version.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user