From c1c8f970980c4bd97ca865d2cda73c4ccdbd1f4d Mon Sep 17 00:00:00 2001 From: coypu Date: Mon, 30 May 2016 19:24:56 +0300 Subject: [PATCH 1/1] List debug function in usage() --- usr.bin/mkesdb/yacc.y | 4 ++-- 1 file 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()); } -- 2.8.2