Nmap Development mailing list archives

Re: [nmap-svn] r31064 - in nmap/ncat: . docs


From: Jacek Wielemborek <wielemborekj1 () gmail com>
Date: Mon, 24 Jun 2013 23:07:40 +0200

Dnia poniedziaƂek, 24 czerwca 2013 21:06:19 commit-mailer () nmap org pisze:
Author: henri
Date: Mon Jun 24 21:06:19 2013
New Revision: 31064

Log:
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).

Modified:
   nmap/ncat/docs/ncat.xml
   nmap/ncat/ncat_main.c

Modified: nmap/ncat/docs/ncat.xml
============================================================================
== --- nmap/ncat/docs/ncat.xml        (original)
+++ nmap/ncat/docs/ncat.xml   Mon Jun 24 21:06:19 2013
@@ -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>

Modified: nmap/ncat/ncat_main.c
============================================================================
== --- nmap/ncat/ncat_main.c  (original)
+++ nmap/ncat/ncat_main.c     Mon Jun 24 21:06:19 2013
@@ -503,7 +503,7 @@
 "  -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"

_______________________________________________
Sent through the svn mailing list
http://nmap.org/mailman/listinfo/svn

Whoa, thanks, didn't know it made sense to use more than three v's.
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: