From 6d0d87ca78945b062f08ea0bbbd613e514ef1bd4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 5 May 2011 10:17:49 +0000 Subject: [PATCH] - Add a forgotten -o to usage(). - Sync usage() with manpage's SYNOPSIS. --- usr.bin/nfsstat/nfsstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index a232c5e77699..b833123ef622 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -646,7 +646,7 @@ void usage(void) { (void)fprintf(stderr, - "usage: nfsstat [-ceszW] [-M core] [-N system] [-w interval]\n"); + "usage: nfsstat [-ceoszW] [-M core] [-N system] [-w wait]\n"); exit(1); }