summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-23 13:12:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-23 13:12:41 +0000
commit370385571c688ccf759f7a0fcfe6bbfc34414d7b (patch)
tree41b7f3f2b8ca0a34bd02f4eed81124e5435e7ac9 /apps/cms.c
parente34a303ce1d93ac8c37a7148f03d138bbe355b9c (diff)
PR: 2347
Submitted by: Tomas Mraz <tmraz@redhat.com> Reviewed by: steve Fix usage message.
Diffstat (limited to 'apps/cms.c')
-rw-r--r--apps/cms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cms.c b/apps/cms.c
index d29a884902..3f5ee1b577 100644
--- a/apps/cms.c
+++ b/apps/cms.c
@@ -618,7 +618,7 @@ int MAIN(int argc, char **argv)
BIO_printf (bio_err, "-certsout file certificate output file\n");
BIO_printf (bio_err, "-signer file signer certificate file\n");
BIO_printf (bio_err, "-recip file recipient certificate file for decryption\n");
- BIO_printf (bio_err, "-skeyid use subject key identifier\n");
+ BIO_printf (bio_err, "-keyid use subject key identifier\n");
BIO_printf (bio_err, "-in file input file\n");
BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
BIO_printf (bio_err, "-inkey file input private key (if not signer or recipient)\n");