From ba45fe39035e42c7c55ce9d0c4652eed5c098200 Mon Sep 17 00:00:00 2001 From: Lukas Brand Date: Tue, 22 Aug 2023 11:31:13 +0200 Subject: [PATCH] Update connect-options.md --- docs/_includes/options/connect-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/options/connect-options.md b/docs/_includes/options/connect-options.md index 4c73e7a84..458307e28 100644 --- a/docs/_includes/options/connect-options.md +++ b/docs/_includes/options/connect-options.md @@ -9,5 +9,5 @@ | `k` | `--keepAlive` | The keep alive of the client (in seconds). | `60` | | `-se` | `--sessionExpiryInterval` | The session expiry value in seconds. | `0` (Instant Expiry) | | `-Cup` | `--connectUserProperty` | A user property of the connect message. | | -| `--ws` | | Use WebSocket transport protocol. | `false` | -| `--ws:path` | | The path to the WebSocket located at the given broker host. | | +| `-ws` | | Use WebSocket transport protocol. | `false` | +| `-ws:path` | | The path to the WebSocket located at the given broker host. | |