mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
coding style fix
This commit is contained in:
parent
76264da093
commit
5ebd15fb91
1 changed files with 1 additions and 2 deletions
|
|
@ -490,8 +490,7 @@ int main(int argc, char *argv[])
|
|||
bye("Only one of --exec, --sh-exec, and --lua-exec is allowed.");
|
||||
o.cmdexec = optarg;
|
||||
o.execmode = EXEC_LUA;
|
||||
}
|
||||
else if (strcmp(long_options[option_index].name, "lua-exec-internal") == 0) {
|
||||
} else if (strcmp(long_options[option_index].name, "lua-exec-internal") == 0) {
|
||||
/* This command-line switch is undocumented on purpose. Do NOT use it
|
||||
explicitly as its behavior might differ between Ncat releases.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue