Skip to content

Commit 51dbf51

Browse files
committed
arg : fix typo [no ci]
1 parent 1c2f595 commit 51dbf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ gpt_params_context gpt_params_parser_init(gpt_params & params, llama_example ex,
19671967
));
19681968
add_opt(llama_arg(
19691969
{"--log-verbosity"}, "THOLD",
1970-
"Set the verbosity threshold. Messages with a lower verbosity will be ignored.",
1970+
"Set the verbosity threshold. Messages with a higher verbosity will be ignored.",
19711971
[](gpt_params &, int value) {
19721972
gpt_log_set_verbosity_thold(value);
19731973
}

0 commit comments

Comments
 (0)