Skip to content

Commit 9e18afb

Browse files
committed
start-end => first-last
1 parent 6a96720 commit 9e18afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ static void print_usage(int /* argc */, char ** argv) {
347347
printf("\n");
348348
printf(
349349
"Multiple values can be given for each parameter by separating them with ',' or by specifying the parameter "
350-
"multiple times. Ranges can be specified with 'start-end' or 'start-end+step'.\n");
350+
"multiple times. Ranges can be specified with 'first-last' or 'first-last+step'.\n");
351351
}
352352

353353
static ggml_type ggml_type_from_name(const std::string & s) {

0 commit comments

Comments
 (0)