ソースを参照

Update main.go (#2431)

Rasmus 1 年間 前
コミット
b4d9223625
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cmd/crowdsec-cli/main.go

+ 1 - 1
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) {