Skip to content

Commit

Permalink
fix(README): remove invalid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Dec 19, 2024
1 parent 792127c commit 8f8182c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f8182c

Please sign in to comment.