aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_exec.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_exec.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_exec.c')
-rwxr-xr-xapps/app_exec.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/app_exec.c b/apps/app_exec.c
index 2a6763ba1..d07b00709 100755
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -31,13 +31,14 @@ static char *tdesc = "Executes applications";
static char *app_exec = "Exec";
-static char *exec_synopsis = "Exec(Appname(arguments))";
+static char *exec_synopsis = "Executes internal application";
static char *exec_descrip =
-"Exec(appname(arguments))\n"
+"Usage: Exec(appname(arguments))\n"
" Allows an arbitrary application to be invoked even when not\n"
-"hardcoded into the dialplan. Returns whatever value the\n"
-"app returns or a non-zero value when the app cannot be found.\n";
+"hardcoded into the dialplan. To invoke external applications\n"
+"see the application System. Returns whatever value the\n"
+"app returns or a non-zero value if the app cannot be found.\n";
STANDARD_LOCAL_USER;