From edc385dc6a725269282495d74577f862151dc7da Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 23 Jul 2018 16:22:00 +0200 Subject: [PATCH] Update usage Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4cb93..1e73f4c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ webcheck --help Usage of webcheck: -i, --interval duration Check interval (default 1s) - -l, --log-dir string Directory to log non-matched requests to (default "./request-log/") + -l, --log-dir string Directory to log non-matched requests to (default "/tmp/resp-log/") --log-retention duration When to clean up file from log-dir (default 24h0m0s) -m, --match string RegExp to match the response body against to validate it (default ".*") --no-log Disable response body logging