summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapps/app_txtcidname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_txtcidname.c b/apps/app_txtcidname.c
index e357e9a3b..0a2e430c2 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(<CallerIDNumber>): 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" ;