Skip to content

Commit 9c47aaf

Browse files
committed
start-end => first-last
1 parent e142e97 commit 9c47aaf

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
@@ -350,7 +350,7 @@ static void print_usage(int /* argc */, char ** argv) {
350350
printf("\n");
351351
printf(
352352
"Multiple values can be given for each parameter by separating them with ',' or by specifying the parameter "
353-
"multiple times. Ranges can be specified with 'start-end' or 'start-end+step'.\n");
353+
"multiple times. Ranges can be specified with 'first-last' or 'first-last+step'.\n");
354354
}
355355

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

0 commit comments

Comments
 (0)