mirror of
https://github.com/nmap/nmap.git
synced 2026-02-16 10:26:33 +00:00
Updated ncat documentation so that it doesn't prevent users from using -v
more than three times. The current rules are: -v --> verbose mode -vv... --> debug mode Debug can be higher than two (use debug>=6 for full nsock logs for instance).
This commit is contained in:
@@ -649,8 +649,8 @@
|
||||
<listitem>
|
||||
<para>Issue Ncat with <option>-v</option> and it will be verbose and
|
||||
display all kinds of useful connection based information. Use more
|
||||
than once (<option>-vv</option>, <option>-vvv</option>) for greater
|
||||
verbosity. <option>-vvv</option> is the maximum level.</para>
|
||||
than once (<option>-vv</option>, <option>-vvv</option>...) for greater
|
||||
verbosity.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -503,7 +503,7 @@ int main(int argc, char *argv[])
|
||||
" -t, --telnet Answer Telnet negotiations\n"
|
||||
" -u, --udp Use UDP instead of default TCP\n"
|
||||
" --sctp Use SCTP instead of default TCP\n"
|
||||
" -v, --verbose Set verbosity level (can be used up to 3 times)\n"
|
||||
" -v, --verbose Set verbosity level (can be used several times)\n"
|
||||
" -w, --wait <time> Connect timeout\n"
|
||||
" --append-output Append rather than clobber specified output files\n"
|
||||
" --send-only Only send data, ignoring received; quit on EOF\n"
|
||||
|
||||
Reference in New Issue
Block a user