Fix usage indentation
authorBodo Möller <bodo@openssl.org>
Thu, 5 Jan 2012 13:15:29 +0000 (13:15 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 5 Jan 2012 13:15:29 +0000 (13:15 +0000)
apps/cms.c

index 1a17b0173f7057c1bc18d0fcb7736b323e1c2bcf..7407ae19ce491b2fc12a3cd5e8cc317810af193a 100644 (file)
@@ -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");