From 9a13bb387d0e50a5dcb4f4324572687aea63b541 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 18 Feb 2016 12:23:27 -0500 Subject: GH681: More command help cleanup enc: - typo in -base64 option - missing help opt text ocsp, req, rsautl, s_client: - missing help opt text Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- apps/ocsp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/ocsp.c') diff --git a/apps/ocsp.c b/apps/ocsp.c index f9ba4e158a..502adf1ba5 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -144,7 +144,8 @@ typedef enum OPTION_choice { OPTIONS ocsp_options[] = { {"help", OPT_HELP, '-', "Display this summary"}, {"out", OPT_OUTFILE, '>', "Output filename"}, - {"timeout", OPT_TIMEOUT, 'p'}, + {"timeout", OPT_TIMEOUT, 'p', + "Connection timeout (in seconds) to the OCSP responder"}, {"url", OPT_URL, 's', "Responder URL"}, {"host", OPT_HOST, 's', "host:prot top to connect to"}, {"port", OPT_PORT, 'p', "Port to run responder on"}, -- cgit v1.2.3