mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +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:
@@ -365,7 +365,7 @@ static char *handle_cli_mixmonitor(struct ast_cli_entry *e, int cmd, struct ast_
|
||||
|
||||
switch (cmd) {
|
||||
case CLI_INIT:
|
||||
e->command = "mixmonitor [start|stop]";
|
||||
e->command = "mixmonitor {start|stop} {<chan_name>} [args]";
|
||||
e->usage =
|
||||
"Usage: mixmonitor <start|stop> <chan_name> [args]\n"
|
||||
" The optional arguments are passed to the MixMonitor\n"
|
||||
|
||||
Reference in New Issue
Block a user