mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
typo
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user