From: Shaaah Date: Tue, 23 Jan 2024 11:15:56 +0000 (+0100) Subject: app_queue.c : fix "queue add member" usage string X-Git-Tag: 21.2.0-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43d250e142c3f9ad3f16f903cec63c935cc96c7;p=thirdparty%2Fasterisk.git app_queue.c : fix "queue add member" usage string Fixing bracket placement in the "queue add member" cli usage string. (cherry picked from commit 6f99268f79e83a4d165c9fb2f81808746ff96722) --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 0f9289db37..918cb58da5 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -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 to [[[penalty ] as ] state_interface ]\n" + "Usage: queue add member to [penalty [as [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; case CLI_GENERATE: