From 50244ef92dba501ff842a7a5c604a60d1bbbbb41 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 23 Dec 2025 18:16:13 -0600 Subject: [PATCH] hxtool: Enable extended MANDOC generation --- lib/hx509/hxtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index e4e9a8021..4f1297430 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -3207,7 +3207,7 @@ acert(struct acert_options *opt, int argc, char **argv) int help(void *opt, int argc, char **argv) { - sl_slc_help(commands, argc, argv); + sl_help_ext(commands, commands_info, argc, argv); return 0; }