]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
help for show module
authorAlan T. DeKok <aland@freeradius.org>
Thu, 26 Jul 2018 14:57:57 +0000 (10:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 26 Jul 2018 14:57:57 +0000 (10:57 -0400)
src/lib/server/module.c

index be6edafa551fddf28217bd1c76ff523c57edadc6..b33ccc0c064fad11f54eb1522ebeb15f1366b6f4 100644 (file)
@@ -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",