[asterisk-commits] anthonyl: branch anthonyl/5240-testing r43223 -
/team/anthonyl/5240-testing/m...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Sep 18 13:29:52 MST 2006
Author: anthonyl
Date: Mon Sep 18 15:29:51 2006
New Revision: 43223
URL: http://svn.digium.com/view/asterisk?rev=43223&view=rev
Log:
finshing it up
Modified:
team/anthonyl/5240-testing/main/manager.c
Modified: team/anthonyl/5240-testing/main/manager.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/5240-testing/main/manager.c?rev=43223&r1=43222&r2=43223&view=diff
==============================================================================
--- team/anthonyl/5240-testing/main/manager.c (original)
+++ team/anthonyl/5240-testing/main/manager.c Mon Sep 18 15:29:51 2006
@@ -611,8 +611,8 @@
" Display all the infos related to the manager foobar.\n";
static struct ast_cli_entry show_managers_cli =
- { { "manager", "list", "users" },
- handle_showmanagers, "List all managers users (connected or not)", showmanagers_help };
+ { { "manager", "show", "users" },
+ handle_showmanagers, "Show all managers users (connected or not)", showmanagers_help };
static struct ast_cli_entry show_manager_cli =
{ { "manager", "show", "user" }, handle_showmanager, "Display information on a specific manager", showmanager_help};
More information about the asterisk-commits
mailing list