From 99e535c73020cc431b37207c721b1bf0697f1b54 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 25 Mar 2021 15:45:53 +0100 Subject: [PATCH] privoxy-log-parser: Improve documentation for inactivity-detection mode --- tools/privoxy-log-parser.pl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index 00fc2bdb..ce5a83dd 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -2984,8 +2984,9 @@ will hide the "filter foo caused 0 hits" message. =head1 OPTIONS -[B<--detect-inactivity>] Instead of syntax highlighting, detect inactivities -of more than B miliseconds. Mainly useful for debugging. +[B<--detect-inactivity>] Instead of syntax highlighting, detect periods +of log inactivity of more than the amount of miliseconds specified with +the B<--inactivity-threshold> option. Mainly useful for debugging. [B<--host-statistics-threshold>] Only show the request count for a host if it's above or equal to the given threshold. If the threshold is 0, host @@ -2996,8 +2997,9 @@ omitted, ANSI escape sequences are used unless B<--no-syntax-highlighting> is ac This option is only intended to make embedding log excerpts in web pages easier. It does not escape any input! -[B<--inactivity-threshold>] Specifies the number of miliseconds between log -messages to consider inactivity when running in [B<--detect-inactivity>] mode. +[B<--inactivity-threshold msecs>] Specifies the number of miliseconds between +log messages to consider inactivity when running in [B<--detect-inactivity>] +mode. [B<--keep-date>] Don't remove the date when printing highlighted log messages. Useful when parsing multiple log files at once. -- 2.39.2