summaryrefslogtreecommitdiffstats
path: root/sbin/dmesg/dmesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dmesg/dmesg.c')
-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 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);
}
OpenPOWER on IntegriCloud