aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_authenticate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_authenticate.c')
-rwxr-xr-xapps/app_authenticate.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c
index 244f5b4ad..a3f5f91c9 100755
--- a/apps/app_authenticate.c
+++ b/apps/app_authenticate.c
@@ -65,11 +65,10 @@ static char *descrip =
" r - Remove database key upon successful entry (valid with 'd' only)\n"
"\n"
"When using a database key, the value associated with the key can be\n"
-"anything.\n"
-"Returns 0 if the user enters a valid password within three\n"
-"tries, or -1 on hangup. If the priority n+101 exists and invalid\n"
-"authentication was entered, and the 'j' flag was specified, processing\n"
-"will jump to n+101 and 0 will be returned.\n";
+"anything. Users have three attempts to authenticate before the line is \n"
+"hungup. If the passsword is invalid, and the 'j' flag is specified, \n"
+"and priority n+101 exists, the call would be sent to the n+101 priority \n"
+"and executed \n";
STANDARD_LOCAL_USER;