mirror of
https://github.com/Luzifer/webcheck.git
synced 2024-11-08 06:30:02 +00:00
Update usage
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
299c9943a7
commit
edc385dc6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue