소스 검색

Update bouncers.go (#2404)

Fix wrong short
Laurence Jones 2 년 전
부모
커밋
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,