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);
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"