1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

make sure Nmap help output does not contain the XML CDATA termination string (] then ] then >)

This commit is contained in:
fyodor
2007-08-17 22:34:50 +00:00
parent c2dd4a1c56
commit ed5de36e7f

View File

@@ -258,7 +258,7 @@ printf("%s %s ( %s )\n"
" -sC: equivalent to --script=safe,intrusive\n"
" --script=<lua scripts>: <lua scripts> is a comma separated list of \n"
" directories, script-files or script-categories\n"
" --script-args=<n1=v1,[n2=v2,[n3=v3]]>: provide arguments to scripts\n"
" --script-args=<n1=v1,[n2=v2,...]>: provide arguments to scripts\n"
" --script-trace: Show all data sent and received\n"
" --script-updatedb: Update the script database.\n"
#endif