Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mkesdb Mention -d flag in mkesdb(1) usage



details:   https://anonhg.NetBSD.org/src/rev/d6dbeca5a414
branches:  trunk
changeset: 346133:d6dbeca5a414
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Jun 27 20:15:16 2016 +0000

description:
Mention -d flag in mkesdb(1) usage

PR bin/24001

diffstat:

 usr.bin/mkesdb/yacc.y |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c8bde9b5e63b -r d6dbeca5a414 usr.bin/mkesdb/yacc.y
--- a/usr.bin/mkesdb/yacc.y     Mon Jun 27 20:09:18 2016 +0000
+++ b/usr.bin/mkesdb/yacc.y     Mon Jun 27 20:15:16 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: yacc.y,v 1.9 2015/06/16 23:44:44 christos Exp $        */
+/*     $NetBSD: yacc.y,v 1.10 2016/06/27 20:15:16 maya Exp $   */
 
 %{
 /*-
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: yacc.y,v 1.9 2015/06/16 23:44:44 christos Exp $");
+__RCSID("$NetBSD: yacc.y,v 1.10 2016/06/27 20:15:16 maya Exp $");
 #endif /* not lint */
 
 #include <assert.h>
@@ -290,7 +290,7 @@
 __dead static void
 usage(void)
 {
-       fprintf(stderr, "Usage: %s [-m] [-o outfile] [infile]\n",
+       fprintf(stderr, "Usage: %s [-md] [-o outfile] [infile]\n",
            getprogname());
        exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index