Apply suggestions from code review

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
Irevoire 2021-06-16 11:12:46 +02:00 committed by GitHub
parent def1596eaf
commit c0d169e79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -129,10 +129,10 @@ pub fn print_launch_resume(opt: &Opt, data: &Data) {
eprintln!(
"
Thank you for using MeiliSearch!
We collect anonymized analytics to improve our product and your experience. To learn more, including how to turn off analytics, visit our dedicated documentation page: https://docs.meilisearch.com/reference/features/configuration.html#analytics
Anonymous telemetry: \"Enabled\"
"
Anonymous telemetry: \"Enabled\""
);
}
}