mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +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);
|
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!("Enter your email to receive occasional updates and tips about Meilisearch.");
|
||||||
println!("Press enter to skip.");
|
println!("Leave blank to skip.");
|
||||||
print!("contact email> ");
|
print!("contact email> ");
|
||||||
std::io::stdout().flush()?;
|
std::io::stdout().flush()?;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue