From bc6468b246c6986be1c58c3642b8e4c0a0785689 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 7 Oct 2011 07:51:51 +0000 Subject: [PATCH] Be more explicit about how to enable newtargets. --- scripts/broadcast-ping.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/broadcast-ping.nse b/scripts/broadcast-ping.nse index 1f19abbce..f1a552c91 100755 --- a/scripts/broadcast-ping.nse +++ b/scripts/broadcast-ping.nse @@ -38,7 +38,7 @@ is 0. The payload is consisted of random bytes. -- | broadcast-ping: -- | IP: 192.168.1.1 MAC: 00:23:69:2a:b1:25 -- | IP: 192.168.1.106 MAC: 1c:65:9d:88:d8:36 --- |_ Use the newtargets script-arg to add the results as targets +-- |_ Use --script-args=newtargets to add the results as targets -- -- @@ -267,7 +267,7 @@ action = function() if #output > 0 then output = { tab.dump(output) } if not target.ALLOW_NEW_TARGETS then - output[#output + 1] = "Use the newtargets script-arg to add the results as targets" + output[#output + 1] = "Use --script-args=newtargets to add the results as targets" end return stdnse.format_output(true, output) end