From 2f0559dad7c3363c0d3f9df54f3ccb3044c07f8c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 27 Apr 2005 01:50:53 +0000 Subject: help text cleanups (bug #4072, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5508 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_eval.c') diff --git a/apps/app_eval.c b/apps/app_eval.c index 527ec516b..9d9620774 100755 --- a/apps/app_eval.c +++ b/apps/app_eval.c @@ -31,10 +31,10 @@ static char *tdesc = "Reevaluates strings"; static char *app_eval = "Eval"; -static char *eval_synopsis = "Eval(newvar=somestring)"; +static char *eval_synopsis = "Evaluates a string"; static char *eval_descrip = -"Eval(newvar=somestring)\n" +"Usage: Eval(newvar=somestring)\n" " Normally Asterisk evaluates variables inline. But what if you want to\n" "store variable offsets in a database, to be evaluated later? Eval is\n" "the answer, by allowing a string to be evaluated twice in the dialplan,\n" -- cgit v1.2.3