From 4fa16852cf6eaba39337e7b2b37571b689152daf Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 17 Oct 2020 00:07:06 +0200 Subject: [PATCH] Update help text --- src/hyperfine/app.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hyperfine/app.rs b/src/hyperfine/app.rs index c111e4636..a715291ef 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(