mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
app_queue.c : fix "queue add member" usage string
Fixing bracket placement in the "queue add member" cli usage string.
(cherry picked from commit 157dff87b3
)
This commit is contained in:
committed by
Asterisk Development Team
parent
11d7b9d224
commit
742440029c
@@ -11079,7 +11079,7 @@ static char *handle_queue_add_member(struct ast_cli_entry *e, int cmd, struct as
|
|||||||
case CLI_INIT:
|
case CLI_INIT:
|
||||||
e->command = "queue add member";
|
e->command = "queue add member";
|
||||||
e->usage =
|
e->usage =
|
||||||
"Usage: queue add member <dial string> to <queue> [[[penalty <penalty>] as <membername>] state_interface <interface>]\n"
|
"Usage: queue add member <dial string> to <queue> [penalty <penalty> [as <membername> [state_interface <interface>]]]\n"
|
||||||
" Add a dial string (Such as a channel,e.g. SIP/6001) to a queue with optionally: a penalty, membername and a state_interface\n";
|
" Add a dial string (Such as a channel,e.g. SIP/6001) to a queue with optionally: a penalty, membername and a state_interface\n";
|
||||||
return NULL;
|
return NULL;
|
||||||
case CLI_GENERATE:
|
case CLI_GENERATE:
|
||||||
|
Reference in New Issue
Block a user