parent
1d5baa657f
commit
6ba682a32f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue