瀏覽代碼

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,