mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
Merge the cli_cleanup branch.
This work is done by lmadsen, junky and mvanbaak during AstriDevCon. This is the second audit the CLI got, and this time lmadsen made sure he had _ALL_ modules loaded that have CLI commands in them. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -78,9 +78,9 @@ static char *ais_clm_show_members(struct ast_cli_entry *e, int cmd, struct ast_c
|
||||
|
||||
switch (cmd) {
|
||||
case CLI_INIT:
|
||||
e->command = "ais clm show members";
|
||||
e->command = "ais show clm members";
|
||||
e->usage =
|
||||
"Usage: ais clm show members\n"
|
||||
"Usage: ais show clm members\n"
|
||||
" List members of the cluster using the CLM (Cluster Membership) service.\n";
|
||||
return NULL;
|
||||
|
||||
|
@@ -271,9 +271,9 @@ static char *ais_evt_show_event_channels(struct ast_cli_entry *e, int cmd, struc
|
||||
|
||||
switch (cmd) {
|
||||
case CLI_INIT:
|
||||
e->command = "ais evt show event channels";
|
||||
e->command = "ais show evt event channels";
|
||||
e->usage =
|
||||
"Usage: ais evt show event channels\n"
|
||||
"Usage: ais show evt event channels\n"
|
||||
" List configured event channels for the (EVT) Eventing service.\n";
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user