=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/whois/whois.c,v retrieving revision 1.42 retrieving revision 1.43 diff -c -r1.42 -r1.43 *** src/usr.bin/whois/whois.c 2010/03/04 18:17:03 1.42 --- src/usr.bin/whois/whois.c 2010/03/04 21:37:56 1.43 *************** *** 1,4 **** ! /* $OpenBSD: whois.c,v 1.42 2010/03/04 18:17:03 krw Exp $ */ /* * Copyright (c) 1980, 1993 --- 1,4 ---- ! /* $OpenBSD: whois.c,v 1.43 2010/03/04 21:37:56 jmc Exp $ */ /* * Copyright (c) 1980, 1993 *************** *** 306,312 **** extern char *__progname; fprintf(stderr, ! "usage: %s [-6AadgilmQRr] [-c country-code | -h host] " "[-p port] name ...\n", __progname); exit(1); } --- 306,312 ---- extern char *__progname; fprintf(stderr, ! "usage: %s [-AadgilmQRr] [-c country-code | -h host] " "[-p port] name ...\n", __progname); exit(1); }