diff --git a/apps/app_queue.c b/apps/app_queue.c
index adedad72a7..476aaa4f18 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -304,7 +304,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
If the interface is NOT in the queue it will return an error.
@@ -314,6 +313,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
Example: RemoveQueueMember(techsupport,SIP/3000)
@@ -5678,12 +5678,11 @@ static int rqm_exec(struct ast_channel *chan, const char *data)
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(queuename);
AST_APP_ARG(interface);
- AST_APP_ARG(options);
);
if (ast_strlen_zero(data)) {
- ast_log(LOG_WARNING, "RemoveQueueMember requires an argument (queuename[,interface[,options]])\n");
+ ast_log(LOG_WARNING, "RemoveQueueMember requires an argument (queuename[,interface])\n");
return -1;
}