diff --git a/apps/app_txtcidname.c b/apps/app_txtcidname.c index e357e9a3b2..0a2e430c29 100755 --- a/apps/app_txtcidname.c +++ b/apps/app_txtcidname.c @@ -39,7 +39,7 @@ static char *app = "TXTCIDName"; static char *synopsis = "Lookup caller name from TXT record"; static char *descrip = -" TXTLookup(CallerID): Looks up a Caller Name via DNS and sets\n" +" TXTCIDName(): Looks up a Caller Name via DNS and sets\n" "the variable 'TXTCIDNAME'. TXTCIDName will either be blank\n" "or return the value found in the TXT record in DNS.\n" ;