From b86c380a589566a87839506433e1c8c723538f7e Mon Sep 17 00:00:00 2001
From: Matt O'Gorman <mogorman@digium.com>
Date: Thu, 12 Jan 2006 19:28:47 +0000
Subject: [PATCH] More cosmetic changes. thanks qwell and everyone else.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_voicemail.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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";
-- 
GitLab