From 36a50d64c338b86bd4507562c1b2b26d38809164 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 19 Dec 2011 23:10:39 +0000 Subject: [PATCH] modify expired channel text a bit --- nmap-update/nmap-update.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nmap-update/nmap-update.c b/nmap-update/nmap-update.c index 0cf140a75..07f0cb3c1 100644 --- a/nmap-update/nmap-update.c +++ b/nmap-update/nmap-update.c @@ -738,10 +738,11 @@ int main(int argc, char *argv[]) if (successful_channel != NULL && channel_is_expired(successful_channel, &expiry_date)) { fprintf(stderr, "\ \n\ -Channel is expired: %s\n\ +UPDATE CHANNEL %s HAS EXPIRED:\n\ \n\ -The channel %s is expired and will not receive any more updates.\n\ -Go to http://nmap.org/download.html to get a newer Nmap release.\n\ +The channel %s has expired and won't receive any more\n\ +updates. Visit http://nmap.org for a newer Nmap release with \n\ +supported updates.\n\ ", successful_channel, successful_channel); }