Skip to content

Commit

Permalink
update README with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Mornini committed Aug 29, 2018
1 parent ffa30ee commit 02b5126
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ Don't forget to put it somewhere in your PATH, and chmod 755 it!
### Options

```
-hostname string
hostname
-http-retry-delay duration
delay between failed HTTP requests (default 250ms)
delay between failed HTTP requests (default 1s)
-max-http-attempts int
maximum number of attempts per HTTP request (default 20)
maximum number of attempts per HTTP request (default 180)
-scheme string
scheme (http/https)
-skip-tls-verification
skip TLS verification (hostname mismatch, self-signed certifications, etc.)
skip TLS verification (hostname mismatch, self-signed certifications, etc.)
```

### Docker image
Expand Down

0 comments on commit 02b5126

Please sign in to comment.