diff --git a/scripts/resolveall.nse b/scripts/resolveall.nse index 41299003f..7d47f1139 100644 --- a/scripts/resolveall.nse +++ b/scripts/resolveall.nse @@ -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