summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-03 10:45:19 +0000
committereadler <eadler@FreeBSD.org>2018-03-03 10:45:19 +0000
commit0f5156a851c4b873ede83a9b47984a3106f0e437 (patch)
tree3a554f1058c1f4051e881db0892bb77e0e8d3e8e /usr.bin
parent4428be6fb5ff1f42e8f9cbb6578b5e06b0085da7 (diff)
downloadFreeBSD-src-0f5156a851c4b873ede83a9b47984a3106f0e437.zip
FreeBSD-src-0f5156a851c4b873ede83a9b47984a3106f0e437.tar.gz
MFC r322428:
Set usage() to show -d flag mkesdb supports the -d flag for enabling debug mode, as documented in the manual. PR: 209865 Submitted by: Maya Rashish <coypu AT sdf DOT org> Reviewed by: imp Approved by: bcr (mentor) Obtained from: NetBSD MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D11987
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mkesdb/yacc.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkesdb/yacc.y b/usr.bin/mkesdb/yacc.y
index 6d77b15..7b6e140 100644
--- a/usr.bin/mkesdb/yacc.y
+++ b/usr.bin/mkesdb/yacc.y
@@ -278,8 +278,8 @@ usage(void)
{
errx(EXIT_FAILURE,
"usage:\n"
- "\t%s [-o outfile] [infile]\n"
- "\t%s -m [-o outfile] [infile]",
+ "\t%s [-d] [-o outfile] [infile]\n"
+ "\t%s -m [-d] [-o outfile] [infile]",
getprogname(), getprogname());
}
OpenPOWER on IntegriCloud