summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2012-01-05 13:15:29 +0000
committerBodo Möller <bodo@openssl.org>2012-01-05 13:15:29 +0000
commitbf240f063a0ed52b667d308d29088b2471e3fb61 (patch)
tree80a155d44de626b3ebeba6b051f24c44eb733d42 /apps
parentdd016b05706fd7f24b7f5582209103ef3643d8e5 (diff)
Fix usage indentation
Diffstat (limited to 'apps')
-rw-r--r--apps/cms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cms.c b/apps/cms.c
index 1a17b0173f..7407ae19ce 100644
--- a/apps/cms.c
+++ b/apps/cms.c
@@ -611,7 +611,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, "-keyid 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");