From: Matt O'Gorman Date: Thu, 12 Jan 2006 19:28:47 +0000 (+0000) Subject: More cosmetic changes. thanks qwell and everyone X-Git-Tag: 1.4.0-beta1~2963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86c380a589566a87839506433e1c8c723538f7e;p=thirdparty%2Fasterisk.git More cosmetic changes. thanks qwell and everyone else. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8024 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 5825f92d1c..71112c5850 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";