summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-05-31 23:10:56 +0000
committerJoshua Colp <jcolp@digium.com>2006-05-31 23:10:56 +0000
commite5753b49adb742dfb4b241590461a3aca21b8e69 (patch)
tree20fa0bae274f589484d69d4d615f791af19096f8 /apps
parenta69e4888121f71c34bb1e486d672802e60de43bc (diff)
Documentation changes for Qwell
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index c302e12c8..b0fe05acb 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -250,10 +250,10 @@ static const char *descrip3 =
" 'K' -- Kick all users out of conference\n"
" 'l' -- Unlock conference\n"
" 'L' -- Lock conference\n"
-" 'm' -- Unmute user\n"
-" 'M' -- Mute user\n"
-" 'n' -- Unmute entire conference\n"
-" 'N' -- Mute entire conference (except admins)\n"
+" 'm' -- Unmute one user\n"
+" 'M' -- Mute one user\n"
+" 'n' -- Unmute all users in the conference\n"
+" 'N' -- Mute all non-admin users in the conference\n"
" 'r' -- Reset one user's volume settings\n"
" 'R' -- Reset all users volume settings\n"
" 's' -- Lower entire conference speaking volume\n"