mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-12 18:10:14 +03:00
Fix typo seperated -> separated
This commit is contained in:
parent
7236531409
commit
b97ecf01c2
@ -107,7 +107,7 @@ This performs benchmarks for 'sleep 0.3', 'sleep 0.5' and 'sleep 0.7'.
|
||||
.HP
|
||||
\fB\-L\fR, \fB\-\-parameter\-list\fR \fIvar\fP \fIvalues\fP
|
||||
.IP
|
||||
Perform benchmark runs for each value in the comma\-seperated list of \fIvalues\fP.
|
||||
Perform benchmark runs for each value in the comma\-separated list of \fIvalues\fP.
|
||||
Replaces the string '{\fIvar\fP}' in each command by the current parameter value.
|
||||
.IP
|
||||
.RS
|
||||
|
@ -138,7 +138,7 @@ fn build_app() -> App<'static, 'static> {
|
||||
.value_names(&["VAR", "VALUES"])
|
||||
.conflicts_with_all(&["parameter-scan", "parameter-step-size"])
|
||||
.help(
|
||||
"Perform benchmark runs for each value in the comma-seperated list VALUES. \
|
||||
"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'.",
|
||||
|
Loading…
Reference in New Issue
Block a user