summaryrefslogtreecommitdiff
path: root/apps/app_cut.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-07 22:01:22 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-07 22:01:22 +0000
commitf09c6bc78eb25da6e6b2bb9a1e3abd76354348c4 (patch)
treec9f258c1b931ee2e10d3e288b17ec6961440eaf1 /apps/app_cut.c
parent4eb2c0d832a97105fcf0f89f5e5863aad829832f (diff)
application doc update
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_cut.c')
-rwxr-xr-xapps/app_cut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_cut.c b/apps/app_cut.c
index 7d210df28..718583ec7 100755
--- a/apps/app_cut.c
+++ b/apps/app_cut.c
@@ -56,7 +56,7 @@ static char *cut_descrip =
" fieldspec - number of the field you want (1-based offset)\n"
" may also be specified as a range (with -)\n"
" or group of ranges and fields (with &)\n"
-" Returns 0 or -1 on hangup or error.\n";
+" The process with complete on success or fail on hangup or error\n";
static char *app_sort = "Sort";
static char *app_sort_synopsis = "Sorts a list of keywords and values";
@@ -64,7 +64,7 @@ static char *app_sort_descrip =
" Sort(<newvar>=<key1>:<val1>[,<key2>:<val2>[[...],<keyN>:<valN>]])\n"
"Sorts the list provided by using the value as a float to order the list of\n"
"keywords in ascending order. Sets the variable provided to the list of\n"
-"sorted keywords. Always returns 0.\n";
+"sorted keywords. \n";
STANDARD_LOCAL_USER;