Skip to content

Commit 7068f19

Browse files
committed
Update usage in README
1 parent 0499ba0 commit 7068f19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ make
3838
The most common use case for `go-websockify` is alongside [novnc](https://github.com/novnc) to enable fast virtual desktop experiences in the browser.
3939

4040
## Usage
41-
```shell
41+
```
4242
$ go-websockify --help
4343
Starts a TCP to WebSocket proxy.
4444
@@ -48,11 +48,12 @@ Usage:
4848
Flags:
4949
--bind-addr string bind address (default "0.0.0.0:8080")
5050
--buffer int buffer size (default 65536)
51-
-D, --daemon run Go WebSockify as daemon
51+
-D, --daemon run as daemon
5252
--echo sidecar echo server
5353
-h, --help help for go-websockify
54+
--path string url path clients connect to (default "/websockify")
5455
--remote-addr string remote address (default "127.0.0.1:1984")
55-
-v, --version print Go WebSockify version
56+
-v, --version print version
5657
```
5758

5859
## Development

0 commit comments

Comments
 (0)