summaryrefslogtreecommitdiff
path: root/apps/app_eval.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-04-27 01:50:53 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-04-27 01:50:53 +0000
commita1d24f740fd7dd66d2dab1b735951ef4540c3b7c (patch)
tree147d70d4182ec8fad9524a03db5d3fd42fccf2a2 /apps/app_eval.c
parent2d643dbc42eff9819804d57a0bd8c36198131a48 (diff)
help text cleanups (bug #4072, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"