From 99781655ae547beea67b32b6d70f533a05dfcfdd Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 9 Nov 2011 12:29:14 +0000 Subject: [PATCH] o [NSE] Add a final note in the output about the 'newtargets' usage. --- scripts/resolveall.nse | 2 ++ 1 file changed, 2 insertions(+) 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