mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
align the parameters in the launche resume
This commit is contained in:
parent
ba69ad672a
commit
66d87761b7
1 changed files with 2 additions and 2 deletions
|
@ -122,14 +122,14 @@ 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/learn/what_is_meilisearch/telemetry.html
|
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/learn/what_is_meilisearch/telemetry.html
|
||||||
|
|
||||||
Anonymous telemetry: \"Enabled\""
|
Anonymous telemetry:\t\"Enabled\""
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let analytics = analytics.to_string();
|
let analytics = analytics.to_string();
|
||||||
if !analytics.is_empty() {
|
if !analytics.is_empty() {
|
||||||
eprintln!("Instance UID:\t\"{}\"", analytics);
|
eprintln!("Instance UID:\t\t\"{}\"", analytics);
|
||||||
}
|
}
|
||||||
|
|
||||||
eprintln!();
|
eprintln!();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue