=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/whois/whois.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/whois/whois.c 2007/07/05 02:12:28 1.39 --- src/usr.bin/whois/whois.c 2007/08/06 19:16:06 1.40 *************** *** 1,4 **** ! /* $OpenBSD: whois.c,v 1.39 2007/07/05 02:12:28 millert Exp $ */ /* * Copyright (c) 1980, 1993 --- 1,4 ---- ! /* $OpenBSD: whois.c,v 1.40 2007/08/06 19:16:06 sobrado Exp $ */ /* * Copyright (c) 1980, 1993 *************** *** 308,314 **** extern char *__progname; fprintf(stderr, ! "usage: %s [-6AadgilmQRr] [-c country-code | -h hostname] " "[-p port] name ...\n", __progname); exit(1); } --- 308,314 ---- extern char *__progname; fprintf(stderr, ! "usage: %s [-6AadgilmQRr] [-c country-code | -h host] " "[-p port] name ...\n", __progname); exit(1); }