From: Alan T. DeKok Date: Sun, 14 Sep 2008 06:52:44 +0000 (+0200) Subject: Added help X-Git-Tag: release_2_1_1~67 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=bbdc18e3d296b6a117bfe20fb4ca24d5a876ed38;p=freeradius.git Added help --- diff --git a/src/main/command.c b/src/main/command.c index 4881bc6..c8f146e 100644 --- a/src/main/command.c +++ b/src/main/command.c @@ -1143,7 +1143,9 @@ static fr_command_table_t command_table_add_client[] = { static fr_command_table_t command_table_add[] = { - { "client", FR_WRITE, NULL, NULL, command_table_add_client }, + { "client", FR_WRITE, + "add client - Add client configuration commands", + NULL, command_table_add_client }, { NULL, 0, NULL, NULL, NULL } }; @@ -1176,7 +1178,9 @@ static fr_command_table_t command_table_stats[] = { }; static fr_command_table_t command_table[] = { - { "add", FR_WRITE, NULL, NULL, command_table_add }, + { "add", FR_WRITE, + "add - add configuration commands", + NULL, command_table_add }, { "debug", FR_WRITE, "debug - debugging commands", NULL, command_table_debug },