Update strings

This commit is contained in:
Aoran Zeng
2025-07-22 12:45:58 +08:00
parent 4feb51f12f
commit f0ae6c1dba

View File

@@ -179,9 +179,8 @@ R"(名称:
: :
Chef, recipe Chef, recipe
: <@url@> : @url@
: <https://github.com/RubyMetric/chsrc/issues/130> : https://github.com/RubyMetric/chsrc/issues/130)";
)";
static const char * static const char *
@@ -224,9 +223,8 @@ OPTIONS:
MAINTAIN: MAINTAIN:
We invite you to become a Chef to ensure the quality of recipes you are familiar with for users: We invite you to become a Chef to ensure the quality of recipes you are familiar with for users:
Source Code: <@url@>, Source Code: @url@,
Become a Maintainer: <https://github.com/RubyMetric/chsrc/issues/130> Become a Maintainer: https://github.com/RubyMetric/chsrc/issues/130)";
)";
@@ -428,12 +426,12 @@ void
cli_print_version () cli_print_version ()
{ {
say ("chsrc " Chsrc_Version); say ("chsrc " Chsrc_Version);
say ("Copyright (C) 2025 Aoran Zeng, Heng Guo"); say (R"(Copyright (C) 2025 Aoran Zeng, Heng Guo
say ("License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"); License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
say ("This is free software: you are free to change and redistribute it."); This is free software: you are free to change and redistribute it.
say ("There is NO WARRANTY, to the extent permitted by law."); There is NO WARRANTY, to the extent permitted by law.
br();
say ("Written by Aoran Zeng, Heng Guo and contributors. (See chsrc-main.c)"); Written by Aoran Zeng, Heng Guo and contributors. (See chsrc-main.c))");
} }
@@ -453,14 +451,16 @@ cli_print_help ()
void void
cli_print_issues () cli_print_issues ()
{ {
say ( say (R"(
"We accept issues both sides on Gitee and Github\n\n" We accept issues both sides on Gitee and Github
"- https://gitee.com/RubyMetric/chsrc/issues\n"
"- https://github.com/RubyMetric/chsrc/issues\n"
);
say ("Latest Mirror site status wiki:\n\n" - https://gitee.com/RubyMetric/chsrc/issues
"- https://github.com/RubyMetric/chsrc/wiki\n"); - https://github.com/RubyMetric/chsrc/issues
Latest Mirror site status wiki:
- https://github.com/RubyMetric/chsrc/wiki
)");
/* /*
if (chsrc_check_program ("gh")) if (chsrc_check_program ("gh"))