ソースを参照

Update bouncers.go (#2404)

Fix wrong short
Laurence Jones 1 年間 前
コミット
6ba682a32f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cmd/crowdsec-cli/bouncers.go

+ 1 - 1
cmd/crowdsec-cli/bouncers.go

@@ -160,7 +160,7 @@ func runBouncersDelete(cmd *cobra.Command, args []string) error {
 func NewBouncersDeleteCmd() *cobra.Command {
 	cmdBouncersDelete := &cobra.Command{
 		Use:               "delete MyBouncerName",
-		Short:             "delete a single bouncer from the database",
+		Short:             "delete bouncer(s) from the database",
 		Args:              cobra.MinimumNArgs(1),
 		Aliases:           []string{"remove"},
 		DisableAutoGenTag: true,