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{