From 01578e432005cd0fa8660f442d89b08592f1a208 Mon Sep 17 00:00:00 2001 From: Forza Date: Tue, 25 Mar 2025 12:23:29 +0100 Subject: [PATCH] logparse: add --tail mode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3053a38..c2bb14e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Options: -C, --combined Apache Combined Log Format -s, --selector Use a space separated list of selectors -F, --config-file Use a configuration file - -t, --tail [NUM] Output the last NUM lines from log file (default: 15) - -f, --follow Continuously monitor log file for new entries + -t, --tail [NUM] Output the last NUM lines from log file (default: 15) + -f, --follow Continuously monitor log file for new entries -h, --help Show this help message and exit ```