Update doc

This commit is contained in:
Aoran Zeng
2025-10-29 12:41:07 +08:00
parent 1264b4192f
commit 6e03939f45
12 changed files with 57 additions and 34 deletions

View File

@@ -455,7 +455,8 @@ cli_print_version ()
{
char *version_string = "v" Chsrc_Version " (" Chsrc_Release_Date ")";
char *str = xy_str_gsub (RAWSTR_chsrc_for_v, "@ver@", version_string);
char *str = xy_str_gsub (CHINESE ? RAWSTR_chsrc_for_v_CHINESE : RAWSTR_chsrc_for_v_ENGLISH,
"@ver@", version_string);
println (str);
}