diff options
Diffstat (limited to 'usr.sbin/iostat/iostat.c')
-rw-r--r-- | usr.sbin/iostat/iostat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index e2bdf885660..52c139dec09 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.24 2006/03/30 23:48:39 deraadt Exp $ */ +/* $OpenBSD: iostat.c,v 1.25 2007/02/18 20:41:34 jmc Exp $ */ /* $NetBSD: iostat.c,v 1.10 1996/10/25 18:21:58 scottr Exp $ */ /* @@ -335,7 +335,7 @@ static void usage(void) { (void)fprintf(stderr, -"usage: iostat [-CdDIT] [-c count] [-M core] [-N system] [-w wait] [drives]\n"); +"usage: iostat [-CDdIT] [-c count] [-M core] [-N system] [-w wait] [drives]\n"); exit(1); } |