summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorA J Mohan Rao <mohan@computer.com>2016-02-06 23:12:35 +0530
committerRich Salz <rsalz@openssl.org>2016-02-06 14:06:52 -0500
commit6755ff11286b8eb6fdfa17719af9e7bf606bb94b (patch)
treee01d412db1dd04c99307e2b6eb83dc703132b1c8 /apps/apps.h
parent0ca2e82ab1575f9c4eed259c4d66ca9372a45bf5 (diff)
commands help cleanup
opt_valtype 0 is same as '-' while printing cmd usage asn1parse/ca/ciphers help cleanup Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 15a044e678..2951fb7ac1 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -356,8 +356,9 @@ typedef struct options_st {
int retval;
/*
* value type: - no value (also the value zero), n number, p positive
- * number, u unsigned, s string, < input file, > output file, f der/pem
- * format, F any format identifier. n and u include zero; p does not.
+ * number, u unsigned, l long, s string, < input file, > output file,
+ * f any format, F der/pem format , E der/pem/engine format identifier.
+ * l, n and u include zero; p does not.
*/
int valtype;
const char *helpstr;