diff --git a/src/command.cpp b/src/command.cpp index 7f2a2bcee..5344a4037 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -264,6 +264,9 @@ void handleVersion (Config& conf) << std::endl << std::endl << table.render () + << std::endl + << "See http://www.beckingham.net/task.html for the latest releases and a full tutorial." + << std::endl << std::endl; // Verify installation. This is mentioned in the documentation as the way to diff --git a/src/task.cpp b/src/task.cpp index 183361887..99b35a5ef 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -194,6 +194,9 @@ static void shortUsage (Config& conf) table.addCell (row, 2, "Shows the long usage text"); 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; }