diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-29 09:36:36 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-29 09:36:36 +0000 |
commit | 1218bca611fd6b67d82104b9f21b95b81f25014e (patch) | |
tree | 5359aa74c1220035d7e2f4953271a49fd796a57b /contrib | |
parent | 96515efd278ce8ad5bbc2528d8197e766674cdae (diff) |
add -e to gencert usage() string
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gencert | 2 |
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 } |