summaryrefslogtreecommitdiff
path: root/apps/srp.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-17 11:04:40 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-20 16:24:43 +0200
commit359efeac3f9b99c5f734b90db8a4c5bfadb7323a (patch)
tree357cf0451222aae4270fea14b7454af4e40a74a2 /apps/srp.c
parent9c1582807b535e5b8499897c6e74fec48440c4fe (diff)
downloadopenssl-new-359efeac3f9b99c5f734b90db8a4c5bfadb7323a.tar.gz
DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistency
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15299)
Diffstat (limited to 'apps/srp.c')
-rw-r--r--apps/srp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/srp.c b/apps/srp.c
index aad08fb229..48b99da2af 100644
--- a/apps/srp.c
+++ b/apps/srp.c
@@ -209,8 +209,8 @@ const OPTIONS srp_options[] = {
#endif
OPT_SECTION("Action"),
- {"add", OPT_ADD, '-', "Add a user and srp verifier"},
- {"modify", OPT_MODIFY, '-', "Modify the srp verifier of an existing user"},
+ {"add", OPT_ADD, '-', "Add a user and SRP verifier"},
+ {"modify", OPT_MODIFY, '-', "Modify the SRP verifier of an existing user"},
{"delete", OPT_DELETE, '-', "Delete user from verifier file"},
{"list", OPT_LIST, '-', "List users"},