Skip to content

Commit 879d9bb

Browse files
committed
register: Mention junk mail
1 parent 8817314 commit 879d9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subcommands/register.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var Register = &Subcommand{
3030
Fail("Error sending register request: " + err.Error())
3131
}
3232
os.Stdout.WriteString("Follow the Stripe authorization link sent by e-mail.\n")
33+
os.Stdout.WriteString("If you cannot find the e-mail, check your junk mail folder.\n")
3334
os.Exit(0)
3435
},
3536
}

0 commit comments

Comments
 (0)