From d30386dc33ced1ea725ccc101a3a77c3419021d4 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Tue, 4 Sep 2018 22:44:07 -0500 Subject: [PATCH] Fix help output for optional argument to -n --- make-ca | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-ca b/make-ca index 28f3c30..ba774ca 100644 --- a/make-ca +++ b/make-ca @@ -305,7 +305,7 @@ function showhelp(){ echo " \$SSLDIR/java/cacerts.p12 unless modified by" echo " the '-j/--javacerts' switch" echo "" - echo " -n, --nssdb [\$PKIDIR/nssdb]" + echo " -n, --nssdb {\$PKIDIR/nssdb}" echo " The output path for the shared NSS DB" echo "" echo " -p, --proxy [URI:PORT]"