Explorar o código

common : Fix a typo in help (#11899)

This patch fixes a typo in command help.
prefx -> prefix

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
standby24x7 hai 11 meses
pai
achega
fe163d5bf3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/arg.cpp

+ 1 - 1
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);
         }