From 16e1b281b2e16ff6deb8ca431dfc5743de31d0e2 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sun, 20 Mar 2016 21:14:10 +0100 Subject: GH932: Add more help messages to some apps options. Reviewed-by: Matt Caswell Reviewed-by: Rich Salz --- apps/dhparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dhparam.c') diff --git a/apps/dhparam.c b/apps/dhparam.c index 9ad80edef6..c1a8acd5c4 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -150,7 +150,7 @@ OPTIONS dhparam_options[] = { {"out", OPT_OUT, '>', "Output file"}, {"check", OPT_CHECK, '-', "Check the DH parameters"}, {"text", OPT_TEXT, '-', "Print a text form of the DH parameters"}, - {"noout", OPT_NOOUT, '-'}, + {"noout", OPT_NOOUT, '-', "Don't output any DH parameters"}, {"rand", OPT_RAND, 's', "Load the file(s) into the random number generator"}, {"C", OPT_C, '-', "Print C code"}, -- cgit v1.2.3