diff options
author | sharkdp <davidpeter@web.de> | 2020-10-17 00:07:06 +0200 |
---|---|---|
committer | sharkdp <davidpeter@web.de> | 2020-10-17 00:07:06 +0200 |
commit | 4fa16852cf6eaba39337e7b2b37571b689152daf (patch) | |
tree | 0e2cf9d5f8722752dd4e8919f802b96b848fba88 | |
parent | e947a62ce21c8406ed8b437f28eb83bf5f5ae7f5 (diff) |
Update help textv1.11.0
-rw-r--r-- | src/hyperfine/app.rs | 4 |
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( |