summaryrefslogtreecommitdiff
path: root/apps/app_curl.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-11 13:34:38 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-11 13:34:38 +0000
commit78d740290a7504f93b692f30173c51429818d30d (patch)
tree1c9f2eab32d3bd593c0c9254ea70fb5790a5c8fa /apps/app_curl.c
parent91b616c9ba0ca0754df4297ff4d7bc6be00428c5 (diff)
more cleanups to application descriptions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_curl.c')
-rwxr-xr-xapps/app_curl.c12
1 files changed, 8 insertions, 4 deletions
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;