From a1d24f740fd7dd66d2dab1b735951ef4540c3b7c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 27 Apr 2005 01:50:53 +0000 Subject: help text cleanups (bug #4072, with mods) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5508 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_while.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'apps/app_while.c') diff --git a/apps/app_while.c b/apps/app_while.c index 748619ac6..71e821adc 100755 --- a/apps/app_while.c +++ b/apps/app_while.c @@ -28,14 +28,16 @@ static char *exec_app = "ExecIf"; -static char *exec_desc = " ExecIF (||)\n" +static char *exec_desc = +"Usage: ExecIF (||)\n" "If is true, execute and return the result of ().\n" "If is true, but is not found, then the application\n" "will return a non-zero value."; -static char *exec_synopsis = "ExecIF (||)"; +static char *exec_synopsis = "Conditional exec"; static char *start_app = "While"; -static char *start_desc = " While()\n" +static char *start_desc = +"Usage: While()\n" "Start a While Loop. Execution will return to this point when\n" "EndWhile is called until expr is no longer true.\n"; @@ -43,7 +45,8 @@ static char *start_synopsis = "Start A While Loop"; static char *stop_app = "EndWhile"; -static char *stop_desc = " EndWhile()\n" +static char *stop_desc = +"Usage: EndWhile()\n" "Return to the previous called While\n\n"; static char *stop_synopsis = "End A While Loop"; -- cgit v1.2.3