add parameters explaination

This commit is contained in:
xtaci
2023-02-07 21:37:46 +08:00
parent 997b217d4b
commit 4789212001
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func main() {
cli.StringFlag{
Name: "remoteaddr, r",
Value: "vps:29900",
Usage: "kcp server address",
Usage: `kcp server address, eg: "IP:29900" a for single port, "IP:minport-maxport" for port range`,
},
cli.StringFlag{
Name: "key",
+1 -1
View File
@@ -133,7 +133,7 @@ func main() {
cli.StringFlag{
Name: "listen,l",
Value: ":29900",
Usage: "kcp server listen address",
Usage: `kcp server listen address, eg: "IP:29900" for a single port, "IP:minport-maxport" for port range`,
},
cli.StringFlag{
Name: "target, t",