From: standby24x7 Date: Sun, 16 Feb 2025 09:51:13 +0000 (+0900) Subject: common : Fix a typo in help (#11899) X-Git-Tag: upstream/0.0.4853~123 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fe163d5bf3fb8e99c96ff6d21775fa3d1daee3cf;p=pkg%2Fggml%2Fsources%2Fllama.cpp common : Fix a typo in help (#11899) This patch fixes a typo in command help. prefx -> prefix Signed-off-by: Masanari Iida --- diff --git a/common/arg.cpp b/common/arg.cpp index b016cce0..f06aa107 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -2247,7 +2247,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex ).set_env("LLAMA_LOG_VERBOSITY")); add_opt(common_arg( {"--log-prefix"}, - "Enable prefx in log messages", + "Enable prefix in log messages", [](common_params &) { common_log_set_prefix(common_log_main(), true); }