[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.19 and 1.20

version 1.19, 2001/01/16 20:20:48 version 1.20, 2001/05/04 01:38:31
Line 1367 
Line 1367 
         int doexit;          int doexit;
 {  {
         fprintf(stderr, "netcat - [v1.10]\n");          fprintf(stderr, "netcat - [v1.10]\n");
         fprintf(stderr, "nc [-lnrtuvz] [-e command] [-g intermediates]\n");          fprintf(stderr, "nc [-lnrtuvz] [-g intermediates] [-G hopcount] [-i interval] [-o filename]\n");
         fprintf(stderr, "   [-G hopcount] [-i interval] [-o filename] [-p source port]\n");          fprintf(stderr, "   [-p source port] [-s ip address] [-w timeout] [hostname] [port[s...]]\n");
         fprintf(stderr, "   [-s ip address] [-w timeout] [hostname] [port[s...]]\n");  
         if (doexit)          if (doexit)
                 exit(1);                  exit(1);
 }  }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20