From c0a7d050379b3640282f13017c6636674db4670e Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Thu, 10 Nov 2022 13:45:36 +0100 Subject: [PATCH] Update readme usage --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83648bb..d687e4c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ example.nl imaps Wrong CN, certificate is for example.org ``` usage: Certificate checker [-h] [--https | --no-https] [--imaps | --no-imaps] [--pop3s | --no-pop3s] [--smtps | --no-smtps] - [--port PORT] [--timeout TIMEOUT] + [--submission | --no-submission] [--port PORT] + [--timeout TIMEOUT] domain [domain ...] positional arguments: @@ -48,10 +49,12 @@ positional arguments: 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) + --https, --no-https Check http (443) (default: True) + --imaps, --no-imaps Check imap (993) (default: False) + --pop3s, --no-pop3s Check pop3s (995) (default: False) + --smtps, --no-smtps Check smtp (465) (default: False) + --submission, --no-submission + Check smtp with starttls (587) (default: False) --port PORT Check a specific port --timeout TIMEOUT, -t TIMEOUT Set the timeout in seconds for the TCP connection -- 2.38.5