apps/cmp.c: Improve example given for -geninfo option (also in man page)

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12825)
This commit is contained in:
Dr. David von Oheimb 2020-09-09 10:15:45 +02:00
parent 1cd77e2eca
commit 5ea4c6e553
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ const OPTIONS cmp_options[] = {
{"geninfo", OPT_GENINFO, 's',
"generalInfo integer values to place in request PKIHeader with given OID"},
{OPT_MORE_STR, 0, 0,
"specified in the form <OID>:int:<n>, e.g. \"1.2.3:int:987\""},
"specified in the form <OID>:int:<n>, e.g. \"1.2.3.4:int:56789\""},
OPT_SECTION("Certificate enrollment"),
{"newkey", OPT_NEWKEY, 's',

View File

@ -235,7 +235,7 @@ e.g., C<signKeyPairTypes>.
=item B<-geninfo> I<OID:int:N>
generalInfo integer values to place in request PKIHeader with given OID,
e.g., C<1.2.3:int:987>.
e.g., C<1.2.3.4:int:56789>.
=back