Skip to content

Commit 465a1ed

Browse files
standby24x7mglambda
authored andcommitted
common : Fix a typo in help (ggml-org#11899)
This patch fixes a typo in command help. prefx -> prefix Signed-off-by: Masanari Iida <[email protected]>
1 parent 7a08ce0 commit 465a1ed

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)