[BACK]Return to netcat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

Diff for /src/usr.bin/nc/netcat.c between version 1.130 and 1.131

version 1.130, 2015/07/26 19:12:28 version 1.131, 2015/09/03 23:06:28
Line 1286 
Line 1286 
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: nc [-46DdFhklNnrStUuvz] [-I length] [-i interval] [-O length]\n"              "usage: nc [-46DdFhklNnrStUuvz] [-I length] [-i interval] [-O length]\n"
             "\t  [-P proxy_username] [-p source_port] [-s source] [-T ToS]\n"              "\t  [-P proxy_username] [-p source_port] [-s source] [-T toskeyword]\n"
             "\t  [-V rtable] [-w timeout] [-X proxy_protocol]\n"              "\t  [-V rtable] [-w timeout] [-X proxy_protocol]\n"
             "\t  [-x proxy_address[:port]] [destination] [port]\n");              "\t  [-x proxy_address[:port]] [destination] [port]\n");
         if (ret)          if (ret)

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131