From 1218bca611fd6b67d82104b9f21b95b81f25014e Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 29 Aug 2023 09:36:36 +0000 Subject: [PATCH] add -e to gencert usage() string --- contrib/gencert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gencert b/contrib/gencert index 64dce1f..dd86b2a 100755 --- a/contrib/gencert +++ b/contrib/gencert @@ -27,7 +27,7 @@ progname="$(basename -- "$0")" usage() { - echo "usage: $progname [-fh] [-d destdir] [-D days] hostname" >&2 + echo "usage: $progname [-fhe] [-d destdir] [-D days] hostname" >&2 echo "Please read the comment at the top of $0 for the usage." >&2 exit $1 }