aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_eval.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-27 01:50:53 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-27 01:50:53 +0000
commit2f0559dad7c3363c0d3f9df54f3ccb3044c07f8c (patch)
tree147d70d4182ec8fad9524a03db5d3fd42fccf2a2 /apps/app_eval.c
parent8607bf9fbeac3eb84e0fd8ecfa66a710a0526f78 (diff)
help text cleanups (bug #4072, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5508 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_eval.c')
-rwxr-xr-xapps/app_eval.c4
1 files changed, 2 insertions, 2 deletions
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"