Skip to content

Commit

Permalink
Mention email= argument in message
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jun 28, 2023
1 parent 5fa1148 commit 66c3877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ assert_validated_email_for_check <- function(email) {
"the package maintainer's email. To validate it now, please enter ",
"the email address below. Note that R-hub will send a token to ",
"this address. If the address does not belong to you, quit now by ",
"pressing ", crayon::yellow("ENTER"), "."
"pressing ", crayon::yellow("ENTER"), ". You can also specify a ",
"different email by suppling email=."
))))
cat("\n")
email2 <- readline(" Email address: ")
Expand Down

0 comments on commit 66c3877

Please sign in to comment.