summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/list.c b/apps/list.c
index d7c46906aa..77fd20e1e1 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -337,6 +337,8 @@ static void list_options_for_command(const char *command)
continue;
BIO_printf(bio_out, "%s %c\n", o->name, o->valtype);
}
+ /* Always output the -- marker since it is sometimes documented. */
+ BIO_printf(bio_out, "- -\n");
}
static void list_type(FUNC_TYPE ft, int one)