-CAserial does take a filename argument.
authorRichard Levitte <levitte@openssl.org>
Fri, 8 Nov 2002 21:54:07 +0000 (21:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 8 Nov 2002 21:54:07 +0000 (21:54 +0000)
PR: 332

apps/x509.c

index b9b13285f11298e5c87bf7c26e086fceed885399..5b3ef9584d9688afd05c8f74b9aefa26eb8963ec 100644 (file)
@@ -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",