From: eldy <> Date: Sat, 16 Aug 2003 13:39:32 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_WEBMIN_1_0_RELEASE~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1f346efd2f60c490b46ba13760cb2dca7f61ac;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/tools/logresolvemerge.pl b/tools/logresolvemerge.pl index d13dc61c..9c49387e 100644 --- a/tools/logresolvemerge.pl +++ b/tools/logresolvemerge.pl @@ -174,7 +174,7 @@ if (scalar keys %ParamFile == 0) { print "(but that is the case in all web server log files).\n"; print "$PROG is particularly usefull when you want to merge large log\n"; print "files in a fast process and with a low use of memory getting records in a\n"; - print "chronological order from a pipe (for use by a log analyzer).\n"; + print "chronological order through a pipe (for use by third tool, like log analyzer).\n"; print "\n"; print "WARNING: If log files are old MAC text files (lines ended with CR char), you\n"; print "can't run this tool on Win or Unix platforms.\n";