From 78d740290a7504f93b692f30173c51429818d30d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 11 Nov 2005 13:34:38 +0000 Subject: more cleanups to application descriptions git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7072 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_curl.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'apps/app_curl.c') diff --git a/apps/app_curl.c b/apps/app_curl.c index ebe664e6e..5cf4b167d 100755 --- a/apps/app_curl.c +++ b/apps/app_curl.c @@ -48,10 +48,14 @@ static char *app = "Curl"; static char *synopsis = "Load an external URL"; static char *descrip = -" Curl(URL[|postdata]): Requests the URL. Mainly used for signalling\n" -"external applications of an event. Curl will fail on fatal errors. \n" -"Argument specified treated as POST data. Also sets CURL variable with the\n" -"resulting page.\n"; +" Curl(URL[|postdata]): This application will request the specified URL.\n" +"It is mainly used for signalling external applications of an event.\n" +"Parameters:\n" +" URL - This is the external URL to request.\n" +" postdata - This information will be treated as POST data.\n" +"This application will set the following variable:\n" +" CURL - This variable will contain the resulting page.\n" +"This application has been deprecated in favor of the CURL function.\n"; STANDARD_LOCAL_USER; -- cgit v1.2.3