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

Commit

Permalink
Remove Shorthand For Status When Setting Email Status
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Aug 15, 2020
1 parent ffc1991 commit bc8ac51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/verifyEmail.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ var verifyEmailCmd = &cobra.Command{

func init() {
setCmd.AddCommand(verifyEmailCmd)
verifyEmailCmd.Flags().BoolP("status", "s", false, "The email verified value to set to")
verifyEmailCmd.Flags().Bool("status", false, "The email verified value to set to")
}

0 comments on commit bc8ac51

Please sign in to comment.