From 6c72559457366da88acf191e1844cb1d353b5127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 12 Dec 2024 09:27:10 +0100 Subject: [PATCH] Update the binary-path description Co-authored-by: Louis Dureuil --- crates/xtask/src/bench/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/xtask/src/bench/mod.rs b/crates/xtask/src/bench/mod.rs index 491dc33ab..1416c21d9 100644 --- a/crates/xtask/src/bench/mod.rs +++ b/crates/xtask/src/bench/mod.rs @@ -87,7 +87,9 @@ pub struct BenchDeriveArgs { #[arg(long, default_value_t = 60)] tasks_queue_timeout_secs: u64, - /// The path to the binary to run. By default it compiles the binary with cargo. + /// The path to the binary to run. + /// + /// If unspecified, runs `cargo run` after building Meilisearch with `cargo build`. #[arg(long)] binary_path: Option, }