diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-03-20 21:14:10 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-05-04 13:44:21 +0200 |
commit | 16e1b281b2e16ff6deb8ca431dfc5743de31d0e2 (patch) | |
tree | 34f343fc8f8c26b8cf409751752b5dde827999c2 /apps/asn1pars.c | |
parent | Fix the no-tls option (diff) | |
download | openssl-16e1b281b2e16ff6deb8ca431dfc5743de31d0e2.tar.xz openssl-16e1b281b2e16ff6deb8ca431dfc5743de31d0e2.zip |
GH932: Add more help messages to some apps options.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/asn1pars.c')
-rw-r--r-- | apps/asn1pars.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/asn1pars.c b/apps/asn1pars.c index 3da7e3b4c5..3b29801b47 100644 --- a/apps/asn1pars.c +++ b/apps/asn1pars.c @@ -82,7 +82,7 @@ OPTIONS asn1parse_options[] = { {"in", OPT_IN, '<', "input file"}, {"out", OPT_OUT, '>', "output file (output format is always DER)"}, {"i", OPT_INDENT, 0, "indents the output"}, - {"noout", OPT_NOOUT, 0, "don't produce any output"}, + {"noout", OPT_NOOUT, 0, "do not produce any output"}, {"offset", OPT_OFFSET, 'p', "offset into file"}, {"length", OPT_LENGTH, 'p', "length of section in file"}, {"oid", OPT_OID, '<', "file of extra oid definitions"}, |