Skip to content

Commit 835e918

Browse files
authored
common: fix typo in cli help text (#16864)
1 parent d261223 commit 835e918

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
@@ -3203,7 +3203,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
32033203
).set_examples({LLAMA_EXAMPLE_IMATRIX}));
32043204
add_opt(common_arg(
32053205
{"--parse-special"},
3206-
string_format("prase special tokens (chat, tool, etc) (default: %s)", params.parse_special ? "true" : "false"),
3206+
string_format("parse special tokens (chat, tool, etc) (default: %s)", params.parse_special ? "true" : "false"),
32073207
[](common_params & params) {
32083208
params.parse_special = true;
32093209
}

0 commit comments

Comments
 (0)