commit 1218bca611fd6b67d82104b9f21b95b81f25014e from: Omar Polo date: Tue Aug 29 09:36:36 2023 UTC add -e to gencert usage() string commit - 96515efd278ce8ad5bbc2528d8197e766674cdae commit + 1218bca611fd6b67d82104b9f21b95b81f25014e blob - 64dce1f01b18e8e36f4a6f090908aefd01007456 blob + dd86b2a65d41575d7ba4a8d8e82564c21f2c6e76 --- contrib/gencert +++ 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 }