Skip to content

Commit

Permalink
Fix uwsc's README typo and add note of intention
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed May 23, 2023
1 parent c095a99 commit e035cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/uwsc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e035cc2

Please sign in to comment.