aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_enum.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-29 21:57:50 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-29 21:57:50 +0000
commitee230ebbff0c64186c8560296dc33378eebf29ea (patch)
tree8d32b4462f141381044781aea56967dffdd9c60c /funcs/func_enum.c
parent1f46ecc8ccdef1c475695eb19d9e90f995862476 (diff)
Shorten description to a much more reasonable length
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66539 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_enum.c')
-rw-r--r--funcs/func_enum.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index ebc16066a..f0cbfba78 100644
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -331,8 +331,7 @@ static struct ast_custom_function enum_result_function = {
static struct ast_custom_function enum_function = {
.name = "ENUMLOOKUP",
.synopsis =
- "ENUMLOOKUP allows for general or specific querying of NAPTR records"
- " or counts of NAPTR types for ENUM or ENUM-like DNS pointers",
+ "General or specific querying of NAPTR records for ENUM or ENUM-like DNS pointers",
.syntax =
"ENUMLOOKUP(number[|Method-type[|options[|record#[|zone-suffix]]]])",
.desc =