Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket Subprotocol #5

Merged
merged 7 commits into from
Dec 7, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Subprotocol help
ArtiomL authored Dec 7, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f2b589004c369ab4c1b1fbb865c6a9d4ea512091
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ Usage

```
$ wscat -h
usage: wscat [-h] [-v] [-l PORT] [-b] [-k] [-d] [address]
usage: wscat [-h] [-v] [-l PORT] [-b] [-k] [-d] [-s SUBP] [address]

Positional arguments:
address
@@ -30,6 +30,8 @@ Optional arguments:
-b, --binary Use binary WebSockets.
-k, --keep-open Do not close the socket after EOF.
-d, --deflate Use per-message deflate.
-s SUBP, --subprotocol SUBP
WebSocket subprotocol

```