1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

o [NSE] Add a final note in the output about the 'newtargets' usage.

This commit is contained in:
djalal
2011-11-09 12:29:14 +00:00
parent 4cee81e323
commit 99781655ae

View File

@@ -79,6 +79,8 @@ action = function()
table.insert(output,
string.format("Successfully added %d new targets",
tostring(sum)))
else
table.insert(output, "Use the 'newtargets' script-arg to add the results as targets")
end
return stdnse.format_output(true, output)
end