summaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-12-26 15:09:41 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-12-26 15:09:41 +0000
commit500b2469487a1e58174b462866577a090dd5f7b5 (patch)
tree40ee9a05d6a88306360e4dfc5452a609fd233aa5 /usr.bin/nfsstat
parent8053b28c2bda33a54ea77c203a7f4ab09460ef21 (diff)
synchronize synopsis and usage.
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r--usr.bin/nfsstat/nfsstat.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c
index 3b7992e156d..3a32ce05c0e 100644
--- a/usr.bin/nfsstat/nfsstat.c
+++ b/usr.bin/nfsstat/nfsstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsstat.c,v 1.30 2008/06/12 19:14:15 thib Exp $ */
+/* $OpenBSD: nfsstat.c,v 1.31 2008/12/26 15:09:40 sobrado Exp $ */
/* $NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
static char sccsid[] = "from: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";
static char *rcsid = "$NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $";
#else
-static char *rcsid = "$OpenBSD: nfsstat.c,v 1.30 2008/06/12 19:14:15 thib Exp $";
+static char *rcsid = "$OpenBSD: nfsstat.c,v 1.31 2008/12/26 15:09:40 sobrado Exp $";
#endif
#endif /* not lint */
@@ -448,8 +448,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr,
- "usage: %s [-cs] [-M core] [-N system] [-w interval]\n",
+ fprintf(stderr, "usage: %s [-cs] [-M core] [-N system] [-w wait]\n",
__progname);
exit(1);
}