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 ```