Skip to content

Commit

Permalink
fix: Typo in verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 1, 2020
1 parent 974207e commit 3d4717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ go-acc . -- -short -v -failfast
Run: func(cmd *cobra.Command, args []string) {
mode := flagx.MustGetString(cmd, "covermode")
if flagx.MustGetBool(cmd, "verbose") {
fmt.Println("Flag -v has been deprecated, use `go acc -- -v` instead!")
fmt.Println("Flag -v has been deprecated, use `go-acc -- -v` instead!")
}

ignores := flagx.MustGetStringSlice(cmd, "ignore")
Expand Down

0 comments on commit 3d4717d

Please sign in to comment.