app_queue.c : fix "queue add member" usage string

Fixing bracket placement in the "queue add member" cli usage string.
This commit is contained in:
Shaaah 2024-01-23 12:15:56 +01:00 committed by asterisk-org-access-app[bot]
parent b5850941b1
commit 037792b57b
1 changed files with 1 additions and 1 deletions

View File

@ -10988,7 +10988,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: