aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-15 02:45:34 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-15 02:45:34 +0000
commit39e38ba578a8ac0c829c7009605c2a5f7f2c22ef (patch)
tree438dceed72d5429112e561983c342c62a463c624 /res/res_agi.c
parenta5e963bbe3db9f5efb6c19a089744c239c2fe0a7 (diff)
Fix usage text for AGI recieve text (bug #4948)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6334 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-rwxr-xr-xres/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index a6bb7c98b..319e02df3 100755
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -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";