diff --git a/doc/publish.txt b/doc/publish.txt index c8fb02c0d..7790632b2 100644 --- a/doc/publish.txt +++ b/doc/publish.txt @@ -17,6 +17,7 @@ Available options: --key PATH path to the key file --cert PATH path to the cert file --ca PATH path to the ca certificate + --insecure do not verify the server certificate --will-topic TOPIC the will topic --will-payload BODY the will message --will-qos 0/1/2 the will qos diff --git a/doc/subscribe.txt b/doc/subscribe.txt index 7ae2922c1..bc2586fd4 100644 --- a/doc/subscribe.txt +++ b/doc/subscribe.txt @@ -16,6 +16,7 @@ Available options: --key PATH path to the key file --cert PATH path to the cert file --ca PATH path to the ca certificate + --insecure do not verify the server certificate --will-topic TOPIC the will topic --will-message BODY the will message --will-qos 0/1/2 the will qos