=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/showmount/showmount.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/showmount/showmount.c 2005/12/22 23:22:37 1.15 +++ src/usr.bin/showmount/showmount.c 2007/03/29 11:27:33 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: showmount.c,v 1.15 2005/12/22 23:22:37 deraadt Exp $ */ +/* $OpenBSD: showmount.c,v 1.16 2007/03/29 11:27:33 jmc Exp $ */ /* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */ /* @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif -static char rcsid[] = "$OpenBSD: showmount.c,v 1.15 2005/12/22 23:22:37 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: showmount.c,v 1.16 2007/03/29 11:27:33 jmc Exp $"; #endif /* not lint */ #include @@ -360,7 +360,7 @@ usage(void) { - fprintf(stderr, "usage: showmount [-ade3] host\n"); + fprintf(stderr, "usage: showmount [-3ade] [host]\n"); exit(1); }