Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
fixed some typos in the help
  • Loading branch information
fizzywhizbang committed Oct 11, 2021
1 parent 3932625 commit 095976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions persona.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func main() {
if os.Args[1] == "help" {
message := "Welcome to help\n"
message += "Command line usage is\n"
message += "go run . type=visa qty=1"
message += "Card Types:"
message += "go run . type=visa qty=1\n"
message += "Card Types:amex, dci, dcu, discover, jcb, mae, maeui, mc, visa\n"
fmt.Println(message)
fmt.Println(cc.Bin)
fmt.Println("_________________________________________________")
Expand Down

0 comments on commit 095976b

Please sign in to comment.