mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Change the email prompting
This commit is contained in:
parent
239851046d
commit
7b49c30d8c
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ async fn prompt_for_contact_email() -> anyhow::Result<Option<String>> {
|
|||
return Ok(None);
|
||||
}
|
||||
|
||||
println!("Would you mind providing your contact email for support and news? We will use it to contact you with news only.");
|
||||
println!("Press enter to skip.");
|
||||
println!("Enter your email to receive occasional updates and tips about Meilisearch.");
|
||||
println!("Leave blank to skip.");
|
||||
print!("contact email> ");
|
||||
std::io::stdout().flush()?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue