summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-04-27 16:26:14 +0000
committerMark Michelson <mmichelson@digium.com>2009-04-27 16:26:14 +0000
commit09cde5a40c8b055f86a309b52e3798e2dcda9d3b (patch)
treef0ca42c412b37a0640b5656445a0d128b069cd90 /apps
parent68a9f7aca14dbdade7e53c22f0889228d06c24e6 (diff)
Update warning message to not have pipes and contain all options.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 ad5918d6e..be057f737 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -5061,7 +5061,7 @@ static int queue_exec(struct ast_channel *chan, void *data)
struct queue_ent qe;
if (ast_strlen_zero(data)) {
- ast_log(LOG_WARNING, "Queue requires an argument: queuename[|options[|URL[|announceoverride[|timeout[|agi]]]]]\n");
+ ast_log(LOG_WARNING, "Queue requires an argument: queuename[,options[,URL[,announceoverride[,timeout[,agi[,macro[,gosub[,rule]]]]]]]]\n");
return -1;
}