add -e to gencert usage() string

This commit is contained in:
Omar Polo 2023-08-29 09:36:36 +00:00
parent 96515efd27
commit 1218bca611
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
progname="$(basename -- "$0")" progname="$(basename -- "$0")"
usage() { 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 echo "Please read the comment at the top of $0 for the usage." >&2
exit $1 exit $1
} }