1
0
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:
henri
2013-06-24 21:06:19 +00:00
parent bd387f6826
commit 7f9f75f6b1
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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"