aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2001-07-14 21:56:04 +0000
committerBill Fumerola <billf@FreeBSD.org>2001-07-14 21:56:04 +0000
commitbcdb7cc8e4e2cdb03ef12638146e4236d1b691b2 (patch)
treecff32cb025fea50431eb5408d9a29f70e79b42a1 /sbin
parentbfb9fa63fcd7c5ca2822d5ae956fc02e4ed5cf0d (diff)
downloadsrc-bcdb7cc8e4e2cdb03ef12638146e4236d1b691b2.tar.gz
src-bcdb7cc8e4e2cdb03ef12638146e4236d1b691b2.zip
add -a to usage()
Submitted by: Ashley Penney <ashp@unloved.org> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=79736
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dmesg/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c
index 6af42e7087f7..53ac0f34f8c9 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);
}