From 92de469fbd62a77a36dad5fde3a0ac7034071a59 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 19 Sep 2019 21:33:17 -0400 Subject: Document command parameters. Add documentation for all commands that have parameters. Fix a couple of minor doc and programming bugs, too. Fixes #10313 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10371) --- apps/storeutl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/storeutl.c') diff --git a/apps/storeutl.c b/apps/storeutl.c index 980120a39d..85fb1ed860 100644 --- a/apps/storeutl.c +++ b/apps/storeutl.c @@ -58,6 +58,9 @@ const OPTIONS storeutl_options[] = { {"out", OPT_OUT, '>', "Output file - default stdout"}, {"text", OPT_TEXT, '-', "Print a text form of the objects"}, {"noout", OPT_NOOUT, '-', "No PEM output, just status"}, + + OPT_PARAMETERS(), + {"uri", 0, 0, "URI of the store object"}, {NULL} }; -- cgit v1.2.3