Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat add -b to usage.
details: https://anonhg.NetBSD.org/src/rev/9b19edfa5af0
branches: trunk
changeset: 357699:9b19edfa5af0
user: snj <snj%NetBSD.org@localhost>
date: Wed Nov 22 02:52:42 2017 +0000
description:
add -b to usage.
diffstat:
usr.bin/systat/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0d18e0d8ff76 -r 9b19edfa5af0 usr.bin/systat/main.c
--- a/usr.bin/systat/main.c Wed Nov 22 02:36:52 2017 +0000
+++ b/usr.bin/systat/main.c Wed Nov 22 02:52:42 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.52 2017/11/17 20:43:08 mrg Exp $ */
+/* $NetBSD: main.c,v 1.53 2017/11/22 02:52:42 snj Exp $ */
/*-
* Copyright (c) 1980, 1992, 1993
@@ -36,7 +36,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: main.c,v 1.52 2017/11/17 20:43:08 mrg Exp $");
+__RCSID("$NetBSD: main.c,v 1.53 2017/11/22 02:52:42 snj Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -242,7 +242,7 @@
static void
usage(void)
{
- fprintf(stderr, "usage: systat [-n] [-M core] [-N system] [-w wait] "
+ fprintf(stderr, "usage: systat [-bn] [-M core] [-N system] [-w wait] "
"[-t turns]\n\t\t[display] [refresh-interval]\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index