aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-26 19:33:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-26 19:33:48 +0000
commitcbac3aee64c0c722d65d28d66c157956817992b9 (patch)
tree162a9f4a9319fdde082fe2ac32e376e584cebb27
parentf4d9a0df2b63dccb70141886551b0197982d4bb6 (diff)
Update app_record documentation to use new CLI command, core show file formats. (issue #9151 reported by junky)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@56839 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index 39b323a3a..23e1a9a85 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -69,7 +69,7 @@ static char *descrip =
"If filename contains '%d', these characters will be replaced with a number\n"
"incremented by one each time the file is recorded. A channel variable\n"
"named RECORDED_FILE will also be set, which contains the final filemname.\n\n"
-"Use 'show file formats' to see the available formats on your system\n\n"
+"Use 'core show file formats' to see the available formats on your system\n\n"
"User can press '#' to terminate the recording and continue to the next priority.\n\n"
"If the user should hangup during a recording, all data will be lost and the\n"
"application will teminate. \n";