From 7fca42a74cd678bdb96bda56dde04c282d87f840 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 27 Mar 2009 19:18:46 +0000 Subject: [PATCH] Add link to the man page to the usage text. Windows users generally don't have the man command and often don't even know what a man page is. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index d91250117..37ce629fd 100644 --- a/nmap.cc +++ b/nmap.cc @@ -319,7 +319,7 @@ printf("%s %s ( %s )\n" " nmap -v -A scanme.nmap.org\n" " nmap -v -sP 192.168.0.0/16 10.0.0.0/8\n" " nmap -v -iR 10000 -PN -p 80\n" - "SEE THE MAN PAGE FOR MANY MORE OPTIONS, DESCRIPTIONS, AND EXAMPLES\n", NMAP_NAME, NMAP_VERSION, NMAP_URL); + "SEE THE MAN PAGE (http://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES\n", NMAP_NAME, NMAP_VERSION, NMAP_URL); exit(rc); }