Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-09 00:53:54 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-09 00:53:54 +0300
commit3782350c14c4a3fb77c7d3679d54ab21baa99330 (patch)
tree9d85527db23af92d4ff921090926063fc44147ec /apps
parentd6257073aa1584cd38cc70971f49d0d429c57c2c (diff)
-CAserial does take a filename argument.
PR: 332
Diffstat (limited to 'apps')
-rw-r--r--apps/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/x509.c b/apps/x509.c
index aa06462b9f..12b269f9ab 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",