This commit is contained in:
fatedier 2018-04-24 01:51:52 +08:00
parent 4a5c00286e
commit 9abbe33790
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ func init() {
}
var stcpCmd = &cobra.Command{
Use: "http",
Short: "Run frpc with a single http proxy",
Use: "stcp",
Short: "Run frpc with a single stcp proxy",
RunE: func(cmd *cobra.Command, args []string) error {
err := parseClientCommonCfg(CfgFileTypeCmd, "")
if err != nil {

View File

@ -47,8 +47,8 @@ func init() {
}
var xtcpCmd = &cobra.Command{
Use: "http",
Short: "Run frpc with a single http proxy",
Use: "xtcp",
Short: "Run frpc with a single xtcp proxy",
RunE: func(cmd *cobra.Command, args []string) error {
err := parseClientCommonCfg(CfgFileTypeCmd, "")
if err != nil {