From 1b7d6c80ff816714633a614f4bb05bb7da59a8d1 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Mon, 1 Nov 2021 10:17:37 +0100 Subject: [PATCH] examples-lowlevel: ws client: add -n to README table --- minimal-examples-lowlevel/ws-client/minimal-ws-client/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/minimal-examples-lowlevel/ws-client/minimal-ws-client/README.md b/minimal-examples-lowlevel/ws-client/minimal-ws-client/README.md index bf87ab36a..5cf297b3c 100644 --- a/minimal-examples-lowlevel/ws-client/minimal-ws-client/README.md +++ b/minimal-examples-lowlevel/ws-client/minimal-ws-client/README.md @@ -20,6 +20,7 @@ Option|Meaning -j|Allow selfsigned tls cert -k|Allow insecure certs -m|Skip server hostname check +-n|Skip tls usage -e|Allow expired certs --protocol|Use a specific ws subprotocol rather than dumb-increment-protocol, eg, `--protocol myprotocol`