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

Diff for /src/usr.bin/whois/whois.c between version 1.42 and 1.43

version 1.42, 2010/03/04 18:17:03 version 1.43, 2010/03/04 21:37:56
Line 306 
Line 306 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-6AadgilmQRr] [-c country-code | -h host] "              "usage: %s [-AadgilmQRr] [-c country-code | -h host] "
                 "[-p port] name ...\n", __progname);                  "[-p port] name ...\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43