diff options
author | Bodo Möller <bodo@openssl.org> | 2012-01-05 14:16:30 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2012-01-05 14:16:30 +0100 |
commit | 6620bf34448cea806972d6d3291c22269703b82e (patch) | |
tree | b7f6c9ed633a03257969827bf8bc3d855c545c32 /apps | |
parent | Fix for builds without DTLS support. (diff) | |
download | openssl-6620bf34448cea806972d6d3291c22269703b82e.tar.xz openssl-6620bf34448cea806972d6d3291c22269703b82e.zip |
Fix usage indentation
Diffstat (limited to 'apps')
-rw-r--r-- | apps/cms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cms.c b/apps/cms.c index ee5445de29..d754140987 100644 --- a/apps/cms.c +++ b/apps/cms.c @@ -626,7 +626,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"); |