aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-17 17:41:47 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-17 17:41:47 +0000
commit7df8e42cc036cc0ed7e3855e5ffa9bc3059d16fb (patch)
tree19e68288de0282848ef7d95e7c163aae611432b7 /apps/app_queue.c
parentde22e75747d543d488c3fffc203527c1b0d6011e (diff)
Merged revisions 55219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r55219 | file | 2007-02-17 12:39:32 -0500 (Sat, 17 Feb 2007) | 2 lines Add missing membername option to AddQueueMember documentation. (issue #9088 reported by seanbright) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55220 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index f4916cf65..842e831e1 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -161,7 +161,7 @@ static char *descrip =
static char *app_aqm = "AddQueueMember" ;
static char *app_aqm_synopsis = "Dynamically adds queue members" ;
static char *app_aqm_descrip =
-" AddQueueMember(queuename[|interface[|penalty[|options]]]):\n"
+" AddQueueMember(queuename[|interface[|penalty[|options[|membername]]]]):\n"
"Dynamically adds interface to an existing queue.\n"
"If the interface is already in the queue and there exists an n+101 priority\n"
"then it will then jump to this priority. Otherwise it will return an error\n"