mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Use our https URL in more places instead of the non-SSL one
This commit is contained in:
2
nmap.cc
2
nmap.cc
@@ -339,7 +339,7 @@ static void printusage(int rc) {
|
||||
" nmap -v -A scanme.nmap.org\n"
|
||||
" nmap -v -sn 192.168.0.0/16 10.0.0.0/8\n"
|
||||
" nmap -v -iR 10000 -Pn -p 80\n"
|
||||
"SEE THE MAN PAGE (http://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES\n", NMAP_NAME, NMAP_VERSION, NMAP_URL);
|
||||
"SEE THE MAN PAGE (https://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES\n", NMAP_NAME, NMAP_VERSION, NMAP_URL);
|
||||
exit(rc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user