X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Focsp.c;h=502adf1ba5ad134f2a7bb831ba6b7cc3282937a9;hp=f9ba4e158ad82b7f21d548b959aff3ebbf943b4b;hb=9a13bb387d0e50a5dcb4f4324572687aea63b541;hpb=18295f0c2db084fe00d935d8506d6e964f652d21 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"},