From 5cb81fc6ab80bf8e0a5da5c7536e7411cafe05f0 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 11 Jul 2017 12:26:14 +0000 Subject: [PATCH] Fixed help documentation for delay seconds in ADMIN keepalive script, issue #1025 git-svn-id: svn://192.168.202.10@2790 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl b/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl index 169e6bd4..f28dc8ec 100644 --- a/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl +++ b/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl @@ -119,9 +119,10 @@ # 170327-0847 - Added drop list triggering code # 170513-1728 - Added alternative uptime counter in seconds # 170609-1601 - If phone entry fullname and cidnumber are empty, don't populate a callerid conf line +# 170711-0824 - Fixed help documentation for delay seconds, issue #1025 # -$build = '170609-1601'; +$build = '170711-0824'; $DB=0; # Debug flag $teodDB=0; # flag to log Timeclock End of Day processes to log file @@ -205,8 +206,8 @@ if (length($ARGV[0])>1) print "allowed run time options:\n"; print " [-test] = test\n"; print " [--version] = print version of this script, then exit\n"; - print " [-autodial-delay=X] = setting delay milliseconds on local auto-dial process\n"; - print " [-adfill-delay=X] = setting delay milliseconds on auto-dial FILL process\n"; + print " [-autodial-delay=X] = setting delay seconds on local auto-dial process\n"; + print " [-adfill-delay=X] = setting delay seconds on auto-dial FILL process\n"; print " [-fill-staggered] = enable experimental staggered auto-dial FILL process\n"; print " [-cu3way] = keepalive for the optional 3way conference checker\n"; print " [-lstn-buffer] = use special enhanced telnet buffer listen process\n";