From 6f869da9b0bdb2482893dc7df99e983bd759459e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" <kpfleming@digium.com> Date: Wed, 5 Oct 2005 21:12:57 +0000 Subject: [PATCH] correct variable header documentation (issue #5397) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6734 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager.c b/manager.c index 83f49698d7..75ebbe157b 100755 --- a/manager.c +++ b/manager.c @@ -962,7 +962,7 @@ static char mandescr_originate[] = " Data: Data to use (requires 'Application')\n" " Timeout: How long to wait for call to be answered (in ms)\n" " CallerID: Caller ID to be set on the outgoing channel\n" -" Variable: Channel variable to set (VAR1=value1|VAR2=value2)\n" +" Variable: Channel variable to set, multiple Variable: headers are allowed\n" " Account: Account code\n" " Async: Set to 'true' for fast origination\n"; -- GitLab