Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
fix: use delete instead of deleteUser
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Oct 9, 2020
1 parent 6686ced commit 033226c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/deleteUser.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

// deleteUserCmd represents the deleteUser command
var deleteUserCmd = &cobra.Command{
Use: "deleteUsers",
Aliases: []string{"delete-users", "delete"},
Use: "delete",
Aliases: []string{"delete-users", "deleteUsers"},
Short: "Delete multiple Firebase Auth User by their UID",
Example: "kamanda users delete [uid1] [uid2] [uid3]",
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 033226c

Please sign in to comment.