mirror of
https://github.com/RubyMetric/chsrc
synced 2026-01-11 07:12:18 +08:00
Update strings
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user