summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/CA.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/CA.pl.in')
-rw-r--r--crypto/openssl/apps/CA.pl.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssl/apps/CA.pl.in b/crypto/openssl/apps/CA.pl.in
index c783a6e..3bf4c99 100644
--- a/crypto/openssl/apps/CA.pl.in
+++ b/crypto/openssl/apps/CA.pl.in
@@ -64,7 +64,7 @@ $RET = 0;
foreach (@ARGV) {
if ( /^(-\?|-h|-help)$/ ) {
- print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
+ print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-signcert|-verify\n";
exit 0;
} elsif (/^-newcert$/) {
# create a certificate
@@ -186,4 +186,3 @@ while (<IN>) {
}
}
}
-
OpenPOWER on IntegriCloud