Skip to content

Commit fe163d5

Browse files
authored
common : Fix a typo in help (ggml-org#11899)
This patch fixes a typo in command help. prefx -> prefix Signed-off-by: Masanari Iida <standby24x7@gmail.com>
1 parent 818a340 commit fe163d5

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
@@ -2247,7 +2247,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
22472247
).set_env("LLAMA_LOG_VERBOSITY"));
22482248
add_opt(common_arg(
22492249
{"--log-prefix"},
2250-
"Enable prefx in log messages",
2250+
"Enable prefix in log messages",
22512251
[](common_params &) {
22522252
common_log_set_prefix(common_log_main(), true);
22532253
}

0 commit comments

Comments
 (0)