From 203be9bfbf58f5e0e2d129a17062e271dcda7f08 Mon Sep 17 00:00:00 2001 From: AlteredCoder <64792091+AlteredCoder@users.noreply.github.com> Date: Fri, 8 Oct 2021 16:53:02 +0200 Subject: [PATCH] fix typo in cscli help command (#1001) * fix typo in cscli help command * Update hubtest.go --- cmd/crowdsec-cli/hubtest.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/crowdsec-cli/hubtest.go b/cmd/crowdsec-cli/hubtest.go index 5e7fa94d9..40384e35a 100644 --- a/cmd/crowdsec-cli/hubtest.go +++ b/cmd/crowdsec-cli/hubtest.go @@ -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,