From 8ce9bec4ce977642ae12c0e6d77b68fe59fc931a Mon Sep 17 00:00:00 2001
From: BJ Weschke <bweschke@btwtech.com>
Date: Wed, 3 May 2006 22:40:42 +0000
Subject: [PATCH]  Documentation / whitespace fix.

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

diff --git a/apps/app_page.c b/apps/app_page.c
index 178606a432..7184ab9ad1 100644
--- a/apps/app_page.c
+++ b/apps/app_page.c
@@ -61,7 +61,7 @@ static const char *page_descrip =
 "destroyed when the original caller leaves.  Valid options are:\n"
 "        d - full duplex audio\n"
 "	 q - quiet, do not play beep to caller\n"
-"	 r - record the page into a file -- you may want to first Set(MEETME_RECORDINGFILE=ReplayLastPage)\n";
+"        r - record the page into a file (see 'r' for app_meetme)\n";
 
 LOCAL_USER_DECL;
 
-- 
GitLab