change about text

This commit is contained in:
xjasonlyu
2020-11-07 13:52:12 +08:00
parent 36b02f7d92
commit 38272319ee
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<h1 align="center">tun2socks</h1>
<h3 align="center">A tun2socks implementation written in Go.</h3>
<h3 align="center">A tun2socks powered by gVisor TCP/IP stack.</h3>
<p align="center">
<a href="https://github.com/xjasonlyu/tun2socks/actions">
@@ -222,7 +222,7 @@ PROXY=socks5://server:port LOGLEVEL=INFO sh ./scripts/entrypoint.sh
```text
NAME:
tun2socks - A tun2socks implementation written in Go.
tun2socks - A tun2socks powered by gVisor TCP/IP stack.
USAGE:
tun2socks [global options] [arguments...]
+2 -2
View File
@@ -10,7 +10,7 @@ import (
"github.com/xjasonlyu/tun2socks/pkg/log"
)
const Usage = "A tun2socks implementation written in Go."
const About = "A tun2socks powered by gVisor TCP/IP stack."
var (
Version string
@@ -19,7 +19,7 @@ var (
func main() {
app := &cli.App{
Usage: Usage,
Usage: About,
Version: Version,
Action: cmd.Main,
Flags: []cli.Flag{