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:
Shaaah
2024-01-23 12:15:56 +01:00
committed by Asterisk Development Team
parent 11d7b9d224
commit 742440029c

View File

@@ -11079,7 +11079,7 @@ static char *handle_queue_add_member(struct ast_cli_entry *e, int cmd, struct as
case CLI_INIT:
e->command = "queue add member";
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";
return NULL;
case CLI_GENERATE: