From: Ben Laurie Date: Sat, 6 Feb 1999 15:19:16 +0000 (+0000) Subject: Typo in arguments. X-Git-Tag: OpenSSL_0_9_2b~190 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29d282478808fce4cba2602b9f167e63e26d003c;p=oweals%2Fopenssl.git Typo in arguments. --- diff --git a/apps/ca.c b/apps/ca.c index f79b582369..42a3ac472b 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -135,7 +135,7 @@ static char *ca_usage[]={ " -policy arg - The CA 'policy' to support\n", " -keyfile arg - PEM private key file\n", " -key arg - key to decode the private key if it is encrypted\n", -" -cert - The CA certificate\n", +" -cert file - The CA certificate\n", " -in file - The input PEM encoded certificate request(s)\n", " -out file - Where to put the output file(s)\n", " -outdir dir - Where to put output certificates\n",