mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
error msg typo
This commit is contained in:
parent
d6291f546b
commit
11c172b30f
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -1718,7 +1718,7 @@ int gather_logfile_resumption_state(char *fname, int *myargc, char ***myargv) {
|
|||
nmap_arg_buffer[21 + q-p] = '\0';
|
||||
|
||||
if (strstr(nmap_arg_buffer, "--randomize-hosts") != NULL) {
|
||||
error("WARNING: You are attempting to resume a scan which used --randomize-hosts. Some hosts in the last randomized batch make be missed and others may be repeated once");
|
||||
error("WARNING: You are attempting to resume a scan which used --randomize-hosts. Some hosts in the last randomized batch may be missed and others may be repeated once");
|
||||
}
|
||||
|
||||
*myargc = arg_parse(nmap_arg_buffer, myargv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue