fix typo in cscli help command (#1001)

* fix typo in cscli help command

* Update hubtest.go
This commit is contained in:
AlteredCoder 2021-10-08 16:53:02 +02:00 committed by GitHub
parent 2bc9f33e12
commit 203be9bfbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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