]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/dsa.c
GH932: Add more help messages to some apps options.
[thirdparty/openssl.git] / apps / dsa.c
index 1c841a3a80aaa9b1d75bf9062e153260687cf9cd..b7b9593872f1fe3a9fba1ad727f1c0fc91dcb256 100644 (file)
@@ -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"},