From ab3ad9f5afbf8bfb22a203c8bd8d7e4d22e968da Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Aug 2018 17:05:39 -0600 Subject: [PATCH] v1.0.2: fix flag usage --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8350ce9..341bba5 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,11 @@ Usage ===== ```bash -sclient [-k | --insecure] +sclient [flags] ``` +* flags + * -k, --insecure ignore invalid TLS (SSL/HTTPS) certificates * remote * must have servername (i.e. example.com) * port is optional (default is 443) @@ -78,5 +80,5 @@ sclient telebit.cloud:443 localhost:3000 Ignore a bad TLS/SSL/HTTPS certificate and connect anyway. ```bash -sclient badtls.telebit.cloud:443 localhost:3000 -k +sclient -k badtls.telebit.cloud:443 localhost:3000 ```