aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_enumlookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_enumlookup.c')
-rwxr-xr-xapps/app_enumlookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_enumlookup.c b/apps/app_enumlookup.c
index 194279ae3..20a7304be 100755
--- a/apps/app_enumlookup.c
+++ b/apps/app_enumlookup.c
@@ -26,11 +26,11 @@
#include <pthread.h>
-static char *tdesc = "Date and Time";
+static char *tdesc = "ENUM Lookup";
static char *app = "EnumLookup";
-static char *synopsis = "Say the date and time";
+static char *synopsis = "Lookup number in ENUM";
static char *descrip =
" EnumLookup(exten): Looks up an extension via ENUM and sets\n"