diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/proxy/proxy.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/proxy/proxy.go b/cmd/proxy/proxy.go index 685f09f..ed6d80b 100644 --- a/cmd/proxy/proxy.go +++ b/cmd/proxy/proxy.go @@ -3,7 +3,9 @@ Proxy is a Minetest proxy server supporting multiple concurrent connections. Usage: + proxy dial:port listen:port + where dial:port is the server address and listen:port is the address to listen on. */ |