Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/mkesdb Sort options in usage.
details: https://anonhg.NetBSD.org/src/rev/9b4aa44b0990
branches: trunk
changeset: 346145:9b4aa44b0990
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jun 28 09:24:46 2016 +0000
description:
Sort options in usage.
diffstat:
usr.bin/mkesdb/yacc.y | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2ba425ca92d6 -r 9b4aa44b0990 usr.bin/mkesdb/yacc.y
--- a/usr.bin/mkesdb/yacc.y Tue Jun 28 09:23:09 2016 +0000
+++ b/usr.bin/mkesdb/yacc.y Tue Jun 28 09:24:46 2016 +0000
@@ -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 @@
__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);
}
Home |
Main Index |
Thread Index |
Old Index