From fd4948ae214a41dbba18478209d5e761795fd223 Mon Sep 17 00:00:00 2001 From: Guillaume Quintard Date: Fri, 19 Apr 2024 12:54:41 -0700 Subject: [PATCH] point at the -h switch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8617926..d0c5d3f 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,6 @@ docker build -t varnishlog-json . # Notes -Contrary to `varnishlog`, `varnishlog-json` doesn't output a tree of transactions, there's only one of them per line. +Similar to how `varnishlog` behaves, `ESI` and backend transations are ignored by default. -But, similar to `varnishlog`, `ESI` and backend transations are ignored by default. +Use `varnishlog-json -h` to list all possible options.