Fix help output for -a/--anchordir.

This commit is contained in:
DJ Lucas 2021-08-07 01:48:22 -05:00
parent c79ee2ff79
commit 51ffa79fa4

View File

@ -273,8 +273,7 @@ function showhelp(){
echo " with the -d / --cadir switch" echo " with the -d / --cadir switch"
echo "" echo ""
echo " -a, --anchordir [\$PKIDIR/anchors]" echo " -a, --anchordir [\$PKIDIR/anchors]"
echo " The output directory for OpenSSL trusted" echo " The output directory for .p11-kit trust anchors"
echo " CA certificates used as trust anchors"
echo "" echo ""
echo " -b, --bundledir [\$PKIDIR/certs]" echo " -b, --bundledir [\$PKIDIR/certs]"
echo " The output direcotry for the PEM formated" echo " The output direcotry for the PEM formated"