summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-01-12 19:28:47 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-01-12 19:28:47 +0000
commitb86c380a589566a87839506433e1c8c723538f7e (patch)
treedae45bee21d4a512c9099de4e3b04ece5eb00d4f /apps
parentd6638d52625ebb1b9ccca63c24cf3f88c8c9756d (diff)
More cosmetic changes. thanks qwell and everyone
else. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 5825f92d1..71112c585 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -340,7 +340,8 @@ static char *descrip_vmain =
" g(#) - Use the specified amount of gain when recording a voicemail\n"
" message. The units are whole-number decibels (dB).\n"
" s - Skip checking the passcode for the mailbox.\n"
-" a(#) - Skip folder prompt and go directly to folder specified, defaults to 1\n";
+" a(#) - Automatically play messages in the specified folder.\n"
+" Defaults to INBOX";
static char *synopsis_vm_box_exists =
"Check to see if Voicemail mailbox exists";