]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update app_record documentation to use new CLI command, core show file formats. ...
authorJoshua Colp <jcolp@digium.com>
Mon, 26 Feb 2007 19:33:48 +0000 (19:33 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 26 Feb 2007 19:33:48 +0000 (19:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56839 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_record.c

index 39b323a3afe66e69196671df111844a724e803c3..23e1a9a85fa1935b3d1a85f6d2c6cb3db578795b 100644 (file)
@@ -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";