logparse: add --tail mode

This commit is contained in:
Forza 2025-03-25 12:23:29 +01:00
parent 2247ce22ed
commit 01578e4320

View File

@ -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
```