summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/list.c b/apps/list.c
index 8c0d9c9b44..1a43e43c56 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -337,7 +337,6 @@ static void list_options_for_command(const char *command)
|| o->name == OPT_MORE_STR
|| o->name[0] == '\0')
continue;
- BIO_printf(bio_out, "%s %c\n", o->name, o->valtype);
BIO_printf(bio_out, "%s %c\n", o->name, c == '\0' ? '-' : c);
}
/* Always output the -- marker since it is sometimes documented. */