Skip to content

Commit a3fdb2b

Browse files
committed
Minor cosmetic change
1 parent 1a43247 commit a3fdb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/imatrix/imatrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static void print_usage(int, char ** argv) {
2727
LOG("\n %s -m model.gguf -f some-text.txt [-o imatrix.dat] [--process-output]\n"
2828
" [--chunk 123] [--output-frequency 10] [--save-frequency 0] [--show-statistics]\n"
2929
" [--no-ppl] [--in-file imatrix-prev-0.dat --in-file imatrix-prev-1.dat ...]\n"
30-
" [--parse-special]\n" , argv[0]);
30+
" [--parse-special] [...]\n" , argv[0]);
3131
LOG("\n");
3232
}
3333

0 commit comments

Comments
 (0)