From 849cb65b0ebc197ece1e8578e614674e7cebfe21 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 9 Jul 2008 23:26:33 -0400 Subject: [PATCH] - Added URL to usage, version. --- src/command.cpp | 3 +++ src/task.cpp | 3 +++ 2 files changed, 6 insertions(+) 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; }