From: Tilghman Lesher Date: Tue, 29 May 2007 21:57:50 +0000 (+0000) Subject: Shorten description to a much more reasonable length X-Git-Tag: 1.6.0-beta1~3^2~2552 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e9c6c4a70b626b9d8f1a5cf7b4d4bbb9dff0fb9;p=thirdparty%2Fasterisk.git Shorten description to a much more reasonable length git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66539 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_enum.c b/funcs/func_enum.c index ebc16066a9..f0cbfba78d 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 =