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>
This commit is contained in:
A J Mohan Rao
2016-02-06 23:12:35 +05:30
committed by Rich Salz
parent 0ca2e82ab1
commit 6755ff1128
6 changed files with 29 additions and 20 deletions

View File

@@ -815,6 +815,7 @@ int opt_num_rest(void)
static const char *valtype2param(const OPTIONS *o)
{
switch (o->valtype) {
case 0:
case '-':
return "";
case 's':