summaryrefslogtreecommitdiffstats
path: root/apps/list.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-01-30 12:19:13 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-02-06 16:46:08 +0100
commitd333c31130bca16f3d3b3ab6c3b674772e95ba0a (patch)
tree9a9819c8b374576a260376458d4363b04f5abeb7 /apps/list.c
parent912f8a988ac16837ae24b32c863e895283380333 (diff)
Update command list
Add -standard-commands option to list command (documented) Update standard commands list in openssl.pod Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/10972)
Diffstat (limited to 'apps/list.c')
-rw-r--r--apps/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/list.c b/apps/list.c
index ed6f1c71ac..e8bb8533bb 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -629,6 +629,7 @@ const OPTIONS list_options[] = {
{"1", OPT_ONE, '-', "List in one column"},
{"verbose", OPT_VERBOSE, '-', "Verbose listing"},
{"commands", OPT_COMMANDS, '-', "List of standard commands"},
+ {"standard-commands", OPT_COMMANDS, '-', "List of standard commands"},
{"digest-commands", OPT_DIGEST_COMMANDS, '-',
"List of message digest commands"},
{"digest-algorithms", OPT_DIGEST_ALGORITHMS, '-',