From: Richard Levitte Date: Sat, 9 Nov 2002 21:53:56 +0000 (+0000) Subject: -CAserial does take a filename argument. X-Git-Tag: OpenSSL_0_9_7-beta4~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95900b859212b04ff83c44bad44f3f8f8937d0ae;p=oweals%2Fopenssl.git -CAserial does take a filename argument. PR: 332 --- diff --git a/apps/x509.c b/apps/x509.c index 5a41c389ee..0e364e3538 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -122,7 +122,7 @@ static char *x509_usage[]={ " -CAkey arg - set the CA key, must be PEM format\n", " missing, it is assumed to be in the CA file.\n", " -CAcreateserial - create serial number file if it does not exist\n", -" -CAserial - serial file\n", +" -CAserial arg - serial file\n", " -set_serial - serial number to use\n", " -text - print the certificate in text form\n", " -C - print out C code forms\n",