aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-17 17:39:32 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-17 17:39:32 +0000
commitcfb815c1585a63376fe83651be28f31537d567be (patch)
tree19219f094ab5aa418ba4d1493630094ae68d3d17 /apps
parentf6bbde02fb9318cfcb3dd0c213073a4797ff1ef7 (diff)
Add missing membername option to AddQueueMember documentation. (issue #9088 reported by seanbright)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@55219 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 7f5e9ca0c..49eee515b 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"