From 8f8182c99ac6f723321e3d0ec03e7b48b38b3dd0 Mon Sep 17 00:00:00 2001 From: gi8 Date: Thu, 19 Dec 2024 21:05:32 +0100 Subject: [PATCH] fix(README): remove invalid flag --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 93ab141..2e61be9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ You can check multiple targets at once. | Flag | Type | Default | Description | |-----------------------|----------|---------|-----------------------------------------------------------------------------------------------| | `--default-interval` | duration | `2s` | Default interval between checks. Can be overridden for each target. | -| `--debug` | bool | `false` | Enable logging of additional fields. | | `--version` | bool | `false` | Show version and exit. | | `--help`, `-h` | bool | `false` | Show help. | @@ -119,8 +118,7 @@ portpatrol \ --http.web.header="Authorization=Bearer token" \ --http.web.header="Content-Type=application/json" \ --http.web.skip-tls-verify=false \ - --default-interval=5s \ - --debug + --default-interval=5s ``` #### Define Multiple Targets (HTTP and TCP) Running in Parallel