default value will always show, it's duplicate

This commit is contained in:
金戟
2020-01-05 14:12:38 +08:00
parent 705d4888f8
commit fe87d8c8d0
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ output/**
artifacts
node_modules/
note/
note/
.jvmrc
+1 -1
View File
@@ -37,7 +37,7 @@ func newConnectCommand(options *options.DaemonOptions) cli.Command {
cli.IntFlag{
Name: "proxy",
Value: 2223,
Usage: "when should method socks5, you can choice which port to proxy, default 2223",
Usage: "when should method socks5, you can choice which port to proxy",
Destination: &options.ConnectOptions.Socke5Proxy,
},
cli.IntFlag{