summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-09 17:14:10 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-09 17:14:10 +0000
commit655da6da05aae0e96b77b9d84d9a3a0fa92b9954 (patch)
treea88f38f00ad89fbdb906e8e19c14623579eac14c /apps
parent119d6d5a648dc3557a3f8fc8fb93aaf0e7a6332d (diff)
Clean up documentation of Queue application. (issue #9022 reported by seanbright)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 9e922de1c..480f69d1c 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -133,17 +133,17 @@ static char *descrip =
"any of the join options cause the caller to not enter the queue.\n"
"The option string may contain zero or more of the following characters:\n"
" 'd' -- data-quality (modem) call (minimum delay).\n"
-" 'h' -- allow callee to hang up by hitting *.\n"
-" 'H' -- allow caller to hang up by hitting *.\n"
+" 'h' -- allow callee to hang up by pressing *.\n"
+" 'H' -- allow caller to hang up by pressing *.\n"
" 'n' -- no retries on the timeout; will exit this application and \n"
" go to the next step.\n"
" 'i' -- ignore call forward requests from queue members and do nothing\n"
" when they are requested.\n"
-" 'r' -- ring instead of playing MOH\n"
-" 't' -- allow the called user transfer the calling user\n"
-" 'T' -- to allow the calling user to transfer the call.\n"
-" 'w' -- allow the called user to write the conversation to disk via Monitor\n"
-" 'W' -- allow the calling user to write the conversation to disk via Monitor\n"
+" 'r' -- ring instead of playing MOH.\n"
+" 't' -- allow the called user to transfer the calling user.\n"
+" 'T' -- allow the calling user to transfer the call.\n"
+" 'w' -- allow the called user to write the conversation to disk via Monitor.\n"
+" 'W' -- allow the calling user to write the conversation to disk via Monitor.\n"
" In addition to transferring the call, a call may be parked and then picked\n"
"up by another user.\n"
" The optional URL will be sent to the called party if the channel supports\n"