From 5e7c07338ee0f08588f612c7381b0b08e1585d18 Mon Sep 17 00:00:00 2001 From: billf Date: Sat, 14 Jul 2001 21:56:04 +0000 Subject: add -a to usage() Submitted by: Ashley Penney MFC after: 3 days --- sbin/dmesg/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/dmesg') diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index 6af42e7..53ac0f3 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -194,6 +194,6 @@ main(argc, argv) void usage() { - (void)fprintf(stderr, "usage: dmesg [-M core] [-N system]\n"); + (void)fprintf(stderr, "usage: dmesg [-a] [-M core] [-N system]\n"); exit(1); } -- cgit v1.1