summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-10-17 00:07:06 +0200
committersharkdp <davidpeter@web.de>2020-10-17 00:07:06 +0200
commit4fa16852cf6eaba39337e7b2b37571b689152daf (patch)
tree0e2cf9d5f8722752dd4e8919f802b96b848fba88
parente947a62ce21c8406ed8b437f28eb83bf5f5ae7f5 (diff)
Update help textv1.11.0
-rw-r--r--src/hyperfine/app.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hyperfine/app.rs b/src/hyperfine/app.rs
index c111e46..a715291 100644
--- a/src/hyperfine/app.rs
+++ b/src/hyperfine/app.rs
@@ -143,7 +143,9 @@ fn build_app() -> App<'static, 'static> {
"Perform benchmark runs for each value in the comma-separated list VALUES. \
Replaces the string '{VAR}' in each command by the current parameter value\
.\n\nExample: hyperfine -L compiler gcc,clang '{compiler} -O2 main.cpp'\n\n\
- This performs benchmarks for 'gcc -O2 main.cpp' and 'clang -O2 main.cpp'.",
+ This performs benchmarks for 'gcc -O2 main.cpp' and 'clang -O2 main.cpp'.\n\n\
+ The option can be specified multiple times to run benchmarks for all \
+ possible parameter combinations.\n"
),
)
.arg(