Module Name:    src
Committed By:   wiz
Date:           Wed Apr 11 06:41:23 UTC 2018

Modified Files:
        src/sbin/dmesg: dmesg.c

Log Message:
Update usage.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sbin/dmesg/dmesg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/dmesg/dmesg.c
diff -u src/sbin/dmesg/dmesg.c:1.31 src/sbin/dmesg/dmesg.c:1.32
--- src/sbin/dmesg/dmesg.c:1.31	Tue Apr 10 22:21:52 2018
+++ src/sbin/dmesg/dmesg.c	Wed Apr 11 06:41:23 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: dmesg.c,v 1.31 2018/04/10 22:21:52 christos Exp $	*/
+/*	$NetBSD: dmesg.c,v 1.32 2018/04/11 06:41:23 wiz Exp $	*/
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -38,7 +38,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 19
 #if 0
 static char sccsid[] = "@(#)dmesg.c	8.1 (Berkeley) 6/5/93";
 #else
-__RCSID("$NetBSD: dmesg.c,v 1.31 2018/04/10 22:21:52 christos Exp $");
+__RCSID("$NetBSD: dmesg.c,v 1.32 2018/04/11 06:41:23 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -282,7 +282,7 @@ static void
 usage(void)
 {
 
-	(void)fprintf(stderr, "Usage: %s [-qt] [-M core] [-N system]\n",
+	(void)fprintf(stderr, "Usage: %s [-dTt] [-M core] [-N system]\n",
 		getprogname());
 	exit(EXIT_FAILURE);
 }

Reply via email to