summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3506299..00d0a27 100644
--- a/main.c
+++ b/main.c
@@ -472,6 +472,10 @@ main (int argc, char **argv)
req->name,
req->version);
+ if (req->url)
+ verbose_error ("You may find new versions of %s at %s\n",
+ req->name, req->url);
+
return 1;
}