aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_groupcount.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-30 02:06:27 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-30 02:06:27 +0000
commit51b307e9d07d618c8f4bac080fd164e02202b261 (patch)
tree6ab257fb28b1cffd683a6142ab4336a7eb6b860f /apps/app_groupcount.c
parentbdd7d15290f616863abef57aa72f2b379356da83 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@16385 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_groupcount.c')
-rw-r--r--apps/app_groupcount.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_groupcount.c b/apps/app_groupcount.c
index aa848c2d5..07c07835c 100644
--- a/apps/app_groupcount.c
+++ b/apps/app_groupcount.c
@@ -257,8 +257,8 @@ static char *group_count_descrip =
" Calculates the group count for the specified group, or uses\n"
"the current channel's group if not specifed (and non-empty).\n"
"Stores result in GROUPCOUNT. \n"
-"This application has been deprecated, please use the function\n"
-"GroupCount.\n";
+"Note: This application has been deprecated, please use the function\n"
+"GROUP_COUNT.\n";
static char *group_set_descrip =
"Usage: SetGroup(groupname[@category])\n"
@@ -284,8 +284,8 @@ static char *group_match_count_descrip =
" Calculates the group count for all groups that match the specified\n"
"pattern. Uses standard regular expression matching (see regex(7)).\n"
"Stores result in GROUPCOUNT. Always returns 0.\n"
-"This application has been deprecated, please use the function\n"
-"GroupMatchCount.\n";
+"Note: This application has been deprecated, please use the function\n"
+"GROUP_MATCH_COUNT.\n";
static char show_channels_usage[] =
"Usage: group show channels [pattern]\n"