From e035cc211a213407e27c60aa99b9c2822a583189 Mon Sep 17 00:00:00 2001 From: Nicolas Mora Date: Tue, 23 May 2023 07:36:14 -0400 Subject: [PATCH] Fix uwsc's README typo and add note of intention --- tools/uwsc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/uwsc/README.md b/tools/uwsc/README.md index d0f71fa5..211992f8 100644 --- a/tools/uwsc/README.md +++ b/tools/uwsc/README.md @@ -10,6 +10,8 @@ This program is free software; you can redistribute it and/or modify it under th Can connect to websocket services, both ws:// (http) or wss:// (https). When the websocket is connected, messages from the server are displayed in the terminal and messages can be sent to the service via a prompt `> `. +This program is intended to debug websocket connections, so its functionalities and options are limited. + To quit uwsc during connection, enter the message `!q`. ## Options @@ -37,12 +39,10 @@ Options available: Specify the Websocket extensions values, default none -s --non-secure Do not check server certificate --s --non-secure - Do not check server certificate -q --quiet Quiet mode, show only websocket messages -v --version - Print Glewlwyd's current version + Print uwsc's current version -h --help Print this message