Module Name:    src
Committed By:   wiz
Date:           Tue Jun 28 09:24:46 UTC 2016

Modified Files:
        src/usr.bin/mkesdb: yacc.y

Log Message:
Sort options in usage.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/mkesdb/yacc.y

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

Modified files:

Index: src/usr.bin/mkesdb/yacc.y
diff -u src/usr.bin/mkesdb/yacc.y:1.10 src/usr.bin/mkesdb/yacc.y:1.11
--- src/usr.bin/mkesdb/yacc.y:1.10	Mon Jun 27 20:15:16 2016
+++ src/usr.bin/mkesdb/yacc.y	Tue Jun 28 09:24:46 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: yacc.y,v 1.10 2016/06/27 20:15:16 maya Exp $	*/
+/*	$NetBSD: yacc.y,v 1.11 2016/06/28 09:24:46 wiz Exp $	*/
 
 %{
 /*-
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: yacc.y,v 1.10 2016/06/27 20:15:16 maya Exp $");
+__RCSID("$NetBSD: yacc.y,v 1.11 2016/06/28 09:24:46 wiz Exp $");
 #endif /* not lint */
 
 #include <assert.h>
@@ -290,7 +290,7 @@ do_mkdb(FILE *in)
 __dead static void
 usage(void)
 {
-	fprintf(stderr, "Usage: %s [-md] [-o outfile] [infile]\n",
+	fprintf(stderr, "Usage: %s [-dm] [-o outfile] [infile]\n",
 	    getprogname());
 	exit(EXIT_FAILURE);
 }

Reply via email to