From 537a65d7d55608319bd0f7a606d63658041eb858 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 16 Mar 2010 03:19:47 +0000 Subject: [PATCH] Just update an out-of-date (but was still working due to redirection) URL --- nmap_tty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap_tty.cc b/nmap_tty.cc index 144989dc1..2e48e7822 100644 --- a/nmap_tty.cc +++ b/nmap_tty.cc @@ -270,7 +270,7 @@ bool keyWasPressed() "d/D Increase/decrease debugging\n" "p/P Enable/disable packet tracing\n" "anything else Print status\n" - "More help: http://nmap.org/man/man-runtime-interaction.html\n"); + "More help: http://nmap.org/book/man-runtime-interaction.html\n"); } else { printStatusMessage(); return true;