svn commit: r221492 - head/usr.bin/nfsstat

Ruslan Ermilov ru at FreeBSD.org
Thu May 5 10:17:50 UTC 2011


Author: ru
Date: Thu May  5 10:17:49 2011
New Revision: 221492
URL: http://svn.freebsd.org/changeset/base/221492

Log:
  - Add a forgotten -o to usage().
  - Sync usage() with manpage's SYNOPSIS.

Modified:
  head/usr.bin/nfsstat/nfsstat.c

Modified: head/usr.bin/nfsstat/nfsstat.c
==============================================================================
--- head/usr.bin/nfsstat/nfsstat.c	Thu May  5 10:17:08 2011	(r221491)
+++ head/usr.bin/nfsstat/nfsstat.c	Thu May  5 10:17:49 2011	(r221492)
@@ -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);
 }
 


More information about the svn-src-head mailing list