From fe87d8c8d0aeb7910a4885c62711bcab72d58906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=88=9F?= Date: Sun, 5 Jan 2020 14:07:42 +0800 Subject: [PATCH] default value will always show, it's duplicate --- .gitignore | 4 +++- pkg/kt/command/commands.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 844d220..32a120d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ output/** artifacts node_modules/ -note/ \ No newline at end of file +note/ + +.jvmrc \ No newline at end of file diff --git a/pkg/kt/command/commands.go b/pkg/kt/command/commands.go index 76c8659..419898e 100644 --- a/pkg/kt/command/commands.go +++ b/pkg/kt/command/commands.go @@ -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{