瀏覽代碼

fix typo in cscli help command (#1001)

* fix typo in cscli help command

* Update hubtest.go
AlteredCoder 3 年之前
父節點
當前提交
203be9bfbf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cmd/crowdsec-cli/hubtest.go

+ 2 - 2
cmd/crowdsec-cli/hubtest.go

@@ -30,9 +30,9 @@ func NewHubTestCmd() *cobra.Command {
 
 
 	var cmdHubTest = &cobra.Command{
 	var cmdHubTest = &cobra.Command{
 		Use:   "hubtest",
 		Use:   "hubtest",
-		Short: "Run fonctionnals tests on hub configurations",
+		Short: "Run functional tests on hub configurations",
 		Long: `
 		Long: `
-		Run fonctionnals tests on hub configurations (parsers, scenarios, collections...)
+		Run functional tests on hub configurations (parsers, scenarios, collections...)
 		`,
 		`,
 		Args:              cobra.ExactArgs(0),
 		Args:              cobra.ExactArgs(0),
 		DisableAutoGenTag: true,
 		DisableAutoGenTag: true,