diff --git a/meilisearch/src/option.rs b/meilisearch/src/option.rs index f9e178e54..cd99bf452 100644 --- a/meilisearch/src/option.rs +++ b/meilisearch/src/option.rs @@ -353,7 +353,7 @@ pub struct Opt { /// Experimental logs route feature. For more information, see: /// - /// Enables the log route on the `POST /logs/stream` endpoint and the `DELETE /logs/stream` to stop receiving logs. + /// Enables the log routes on the `POST /logs/stream`, `POST /logs/stderr` endpoints, and the `DELETE /logs/stream` to stop receiving logs. #[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_LOGS_ROUTE)] #[serde(default)] pub experimental_enable_logs_route: bool,