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/dsa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/dsa.c') diff --git a/apps/dsa.c b/apps/dsa.c index 1c841a3a80..b7b9593872 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -90,8 +90,8 @@ OPTIONS dsa_options[] = { {"noout", OPT_NOOUT, '-', "Don't print key out"}, {"text", OPT_TEXT, '-', "Print the key in text"}, {"modulus", OPT_MODULUS, '-', "Print the DSA public value"}, - {"pubin", OPT_PUBIN, '-'}, - {"pubout", OPT_PUBOUT, '-'}, + {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"}, + {"pubout", OPT_PUBOUT, '-', "Output public key, not private"}, {"passin", OPT_PASSIN, 's', "Input file pass phrase source"}, {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, {"", OPT_CIPHER, '-', "Any supported cipher"}, -- cgit v1.2.3