log-search: Add a missing new filter flag to -L.

This commit is contained in:
Alex Vandiver
2025-07-15 15:07:07 +00:00
committed by Tim Abbott
parent f46da0eafb
commit 2616b7d030

View File

@@ -83,7 +83,7 @@ def parser() -> argparse.ArgumentParser:
filtering.add_argument(
"--all-lines",
"-L",
help="Show all matching lines; equivalent to -suemtpr",
help="Show all matching lines; equivalent to -suaemtpr",
action="store_true",
)
filtering.add_argument("--static", "-s", help="Include static file paths", action="store_true")