From: Alan T. DeKok Date: Thu, 26 Jul 2018 14:57:57 +0000 (-0400) Subject: help for show module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb927a75db6bbfb56a6a8f6ef7aa8b5ba2c0962c;p=thirdparty%2Ffreeradius-server.git help for show module --- diff --git a/src/lib/server/module.c b/src/lib/server/module.c index be6edafa551..b33ccc0c064 100644 --- a/src/lib/server/module.c +++ b/src/lib/server/module.c @@ -853,6 +853,13 @@ static int cmd_set_module_status(UNUSED FILE *fp, FILE *fp_err, void *ctx, fr_cm } static fr_cmd_table_t cmd_module_table[] = { + { + .parent = "show", + .syntax = "module", + .help = "Show information about modules.", + .read_only = true, + }, + { .parent = "show module", .syntax = "list",