~martijnbraam/certtool

faf32f80d0173b821c07c6146b654f47294a9259 — Martijn Braam 1 year, 10 months ago db8de20
Update usage in readme
1 files changed, 12 insertions(+), 7 deletions(-)

M README.md
M README.md => README.md +12 -7
@@ 38,18 38,23 @@ example.nl   imaps  Wrong CN, certificate is for example.org
## Usage

```
usage: Certificate checker [-h] [--https | --no-https] [--imaps | --no-imaps] [--pop3s | --no-pop3s] [--smtps | --no-smtps] [--port PORT] domain [domain ...]
usage: Certificate checker [-h] [--https | --no-https] [--imaps | --no-imaps]
                           [--pop3s | --no-pop3s] [--smtps | --no-smtps]
                           [--port PORT] [--timeout TIMEOUT]
                           domain [domain ...]

positional arguments:
  domain

options:
  -h, --help           show this help message and exit
  --https, --no-https  Check http (default: True)
  --imaps, --no-imaps  Check imap (default: False)
  --pop3s, --no-pop3s  Check pop3s (default: False)
  --smtps, --no-smtps  Check smtp (default: False)
  --port PORT          Check a specific port
  -h, --help            show this help message and exit
  --https, --no-https   Check http (default: True)
  --imaps, --no-imaps   Check imap (default: False)
  --pop3s, --no-pop3s   Check pop3s (default: False)
  --smtps, --no-smtps   Check smtp (default: False)
  --port PORT           Check a specific port
  --timeout TIMEOUT, -t TIMEOUT
                        Set the timeout in seconds for the TCP connection
```

## Installation