From: Richard Levitte Date: Fri, 8 Nov 2002 21:54:07 +0000 (+0000) Subject: -CAserial does take a filename argument. X-Git-Tag: OpenSSL_0_9_6h~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cba9cbaf316583ac71f7694c3acf2f009d213246;p=oweals%2Fopenssl.git -CAserial does take a filename argument. PR: 332 --- diff --git a/apps/x509.c b/apps/x509.c index b9b13285f1..5b3ef9584d 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -121,7 +121,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", " -text - print the certificate in text form\n", " -C - print out C code forms\n", " -md2/-md5/-sha1/-mdc2 - digest to use\n",