1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 06:59:03 +00:00

Remove a reference to running --script without any arguments. --script requires

an argument:
	# nmap target --script >/dev/null
	nmap: option `--script' requires an argument
You can use --script= but that's weird enough not to need to be mentioned.
This commit is contained in:
david
2008-10-24 21:10:42 +00:00
parent 07fc9a963b
commit 58389ab64b

View File

@@ -341,8 +341,8 @@ Nmap done: 1 IP address (1 host up) scanned in 0.91 seconds
</term>
<listitem>
<para>These scripts are the default set and are run when
using <option>-sC</option>, <option>-A</option>
or <option>--script</option> without any arguments. This
using <option>-sC</option> or <option>-A</option> without
listing scripts with <option>--script</option>. This
category can also be specified explicitly like any other
using <option>--script=default</option>.</para>
</listitem>