From ab141f7f3a06471277deb328a2052814994a0a0c Mon Sep 17 00:00:00 2001 From: alteredCoder Date: Thu, 7 Oct 2021 15:42:23 +0200 Subject: [PATCH] update --- cmd/crowdsec-cli/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crowdsec-cli/console.go b/cmd/crowdsec-cli/console.go index 5fea101bb..776569786 100644 --- a/cmd/crowdsec-cli/console.go +++ b/cmd/crowdsec-cli/console.go @@ -157,7 +157,7 @@ Disable given information push to the central API.`, Run: func(cmd *cobra.Command, args []string) { switch csConfig.Cscli.Output { case "human": - fmt.Printf("Sharing options enabled:\n") + fmt.Printf("Sharing options:\n") fmt.Printf(" - Share Decisions : %t\n", *csConfig.API.Server.ConsoleConfig.ShareDecisions) fmt.Printf(" - Share tainted scenarios alerts : %t\n", *csConfig.API.Server.ConsoleConfig.ShareTaintedScenarios) fmt.Printf(" - Share custom scenarios alerts : %t\n", *csConfig.API.Server.ConsoleConfig.ShareCustomScenarios)