From b4d9223625be58403352dbec3ad250d8c13de1f6 Mon Sep 17 00:00:00 2001 From: Rasmus <67839982+RelativeSure@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:09:53 +0200 Subject: [PATCH] Update main.go (#2431) --- cmd/crowdsec-cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crowdsec-cli/main.go b/cmd/crowdsec-cli/main.go index cae7b1f5c..10da0dbfd 100644 --- a/cmd/crowdsec-cli/main.go +++ b/cmd/crowdsec-cli/main.go @@ -188,7 +188,7 @@ It is meant to allow you to manage bans, parsers/scenarios/etc, api and generall /*usage*/ var cmdVersion = &cobra.Command{ Use: "version", - Short: "Display version and exit.", + Short: "Display version", Args: cobra.ExactArgs(0), DisableAutoGenTag: true, Run: func(cmd *cobra.Command, args []string) {