summaryrefslogtreecommitdiffstats
path: root/apps/cmp.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-09 10:15:45 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-11 12:17:58 +0200
commit5ea4c6e553c1f4feb76f70a896a6a8ac912233c4 (patch)
tree8be7feade0ecc0c83cae4250e18d880a1cc0cad8 /apps/cmp.c
parent1cd77e2eca30bd638b58176f3be43886a93b7482 (diff)
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)
Diffstat (limited to 'apps/cmp.c')
-rw-r--r--apps/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cmp.c b/apps/cmp.c
index 94404c92f3..db0d418bd4 100644
--- a/apps/cmp.c
+++ b/apps/cmp.c
@@ -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',