diff options
Diffstat (limited to 'apps/CA.pl')
-rwxr-xr-x | apps/CA.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/CA.pl b/apps/CA.pl index a3965ecea96ed..43c20b201c79c 100755 --- a/apps/CA.pl +++ b/apps/CA.pl @@ -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>) { } } } - |