[asterisk-commits] qwell: branch anthonyl/5240-testing r43297 -
/team/anthonyl/5240-testing/main/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Sep 19 14:44:38 MST 2006
Author: qwell
Date: Tue Sep 19 16:44:38 2006
New Revision: 43297
URL: http://svn.digium.com/view/asterisk?rev=43297&view=rev
Log:
Consistenticate to other verbified CLI pluralities..or something
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=43297&r1=43296&r2=43297&view=diff
==============================================================================
--- team/anthonyl/5240-testing/main/manager.c (original)
+++ team/anthonyl/5240-testing/main/manager.c Tue Sep 19 16:44:38 2006
@@ -593,7 +593,7 @@
"event queue.\n";
static char showmanagers_help[] =
-"Usage: manager show users\n"
+"Usage: manager list users\n"
" Prints a listing of all managers that are currently configured on that\n"
" system.\n";
@@ -638,7 +638,7 @@
handle_showmaneventq, "List manager interface queued events",
showmaneventq_help, NULL, &cli_show_manager_eventq_deprecated },
- { { "manager", "show", "users", NULL },
+ { { "manager", "list", "users", NULL },
handle_showmanagers, "List configured manager users",
showmanagers_help, NULL, NULL },
More information about the asterisk-commits
mailing list