hxtool: Enable extended MANDOC generation

This commit is contained in:
Nicolas Williams
2025-12-23 18:16:13 -06:00
parent ff67770aa1
commit 50244ef92d

View File

@@ -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;
}