summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-17 17:41:47 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-17 17:41:47 +0000
commitf95a15ed5860fb7b0bcf8fca340060439e063516 (patch)
tree19e68288de0282848ef7d95e7c163aae611432b7
parent0e5f3cf25e504521bd707a678e9681f1786ec178 (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: https://origsvn.digium.com/svn/asterisk/trunk@55220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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"