diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 13:24:38 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 13:24:38 +0200 |
commit | 7f64038fb47ba8c863cafd1195cd0c064db172df (patch) | |
tree | 1d217ceeb45ec5db8cd39ef9430b5db7918c77ad /cmd | |
parent | b1b4fdb9d89013d6ab915c0e911aefb17144def3 (diff) |
go fmt
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. */ |