From 51d82a183f31d89e7a88a3fa4b98076dfb9ec91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Fri, 20 Oct 2023 19:11:18 +0200 Subject: [PATCH] man: document websocket flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucas Servén Marín --- wayvnc.scd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wayvnc.scd b/wayvnc.scd index ec140d2..0b9d7b1 100644 --- a/wayvnc.scd +++ b/wayvnc.scd @@ -52,6 +52,9 @@ wayvnc - A VNC server for wlroots based Wayland compositors. *-v,--verbose* Be more verbose. Same as setting `--log-level=info`. +*-w,--websocket* + Create a websocket. + *-L,--log-level* Set log level. The levels are: error, warning, info, debug, trace and quiet.