]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix usage text for AGI recieve text (bug #4948)
authorJosh Roberson <josh@asteriasgi.com>
Mon, 15 Aug 2005 02:45:34 +0000 (02:45 +0000)
committerJosh Roberson <josh@asteriasgi.com>
Mon, 15 Aug 2005 02:45:34 +0000 (02:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6334 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index a6bb7c98bbe423accadf67bcf91a4bdb43f76e77..319e02df3709834bfa5da26245597114f524846b 100755 (executable)
@@ -1380,7 +1380,7 @@ static char usage_recvchar[] =
 " -1 only on error/hangup.\n";
 
 static char usage_recvtext[] =
-" Usage: RECEIVE CHAR <timeout>\n"
+" Usage: RECEIVE TEXT <timeout>\n"
 "      Receives a string of text on a channel. Specify timeout to be the\n"
 " maximum time to wait for input in milliseconds, or 0 for infinite. Most channels\n"
 " do not support the reception of text. Returns -1 for failure or 1 for success, and the string in parentheses.\n";