mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Document the possibility of having comments in -iL and --excludefile in
refguide.xml.
This commit is contained in:
parent
89019cb221
commit
ab8fcad92d
1 changed files with 4 additions and 0 deletions
|
|
@ -233,6 +233,8 @@ you would expect.</para>
|
|||
newlines. You can specify a hyphen (<literal>-</literal>)
|
||||
as the filename if you want Nmap to read hosts from standard
|
||||
input rather than an actual file.</para>
|
||||
<para>The input file may contain comments that start with
|
||||
<literal>#</literal> and extend to the end of the line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
@ -293,6 +295,8 @@ you would expect.</para>
|
|||
newline, space, or tab delimited
|
||||
<replaceable>exclude_file</replaceable> rather than on the
|
||||
command line.</para>
|
||||
<para>The exclude file may contain comments that start with
|
||||
<literal>#</literal> and extend to the end of the line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue