aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-29 09:36:36 +0000
committerOmar Polo <op@omarpolo.com>2023-08-29 09:36:36 +0000
commit1218bca611fd6b67d82104b9f21b95b81f25014e (patch)
tree5359aa74c1220035d7e2f4953271a49fd796a57b /contrib
parent96515efd278ce8ad5bbc2528d8197e766674cdae (diff)
add -e to gencert usage() string
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gencert2
1 files changed, 1 insertions, 1 deletions
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
}