Skip to content

Commit f0ae6c1

Browse files
committed
Update strings
1 parent 4feb51f commit f0ae6c1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/chsrc-main.c

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,8 @@ R"(名称:
179179

180180
维护:
181181
邀请您担任 Chef, 为用户把关您熟悉的 recipe
182-
源代码地址: <@url@>
183-
成为维护者: <https://github.com/RubyMetric/chsrc/issues/130>
184-
)";
182+
源代码地址: @url@
183+
成为维护者: https://github.com/RubyMetric/chsrc/issues/130)";
185184

186185

187186
static const char *
@@ -224,9 +223,8 @@ R"(NAME:
224223
MAINTAIN:
225224
We invite you to become a Chef to ensure the quality of recipes you are familiar with for users:
226225

227-
Source Code: <@url@>,
228-
Become a Maintainer: <https://github.com/RubyMetric/chsrc/issues/130>
229-
)";
226+
Source Code: @url@,
227+
Become a Maintainer: https://github.com/RubyMetric/chsrc/issues/130)";
230228

231229

232230

@@ -428,12 +426,12 @@ void
428426
cli_print_version ()
429427
{
430428
say ("chsrc " Chsrc_Version);
431-
say ("Copyright (C) 2025 Aoran Zeng, Heng Guo");
432-
say ("License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>");
433-
say ("This is free software: you are free to change and redistribute it.");
434-
say ("There is NO WARRANTY, to the extent permitted by law.");
435-
br();
436-
say ("Written by Aoran Zeng, Heng Guo and contributors. (See chsrc-main.c)");
429+
say (R"(Copyright (C) 2025 Aoran Zeng, Heng Guo
430+
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
431+
This is free software: you are free to change and redistribute it.
432+
There is NO WARRANTY, to the extent permitted by law.
433+
434+
Written by Aoran Zeng, Heng Guo and contributors. (See chsrc-main.c))");
437435
}
438436

439437

@@ -453,14 +451,16 @@ cli_print_help ()
453451
void
454452
cli_print_issues ()
455453
{
456-
say (
457-
"We accept issues both sides on Gitee and Github\n\n"
458-
"- https://gitee.com/RubyMetric/chsrc/issues\n"
459-
"- https://github.com/RubyMetric/chsrc/issues\n"
460-
);
461-
462-
say ("Latest Mirror site status wiki:\n\n"
463-
"- https://github.com/RubyMetric/chsrc/wiki\n");
454+
say (R"(
455+
We accept issues both sides on Gitee and Github
456+
457+
- https://gitee.com/RubyMetric/chsrc/issues
458+
- https://github.com/RubyMetric/chsrc/issues
459+
460+
Latest Mirror site status wiki:
461+
462+
- https://github.com/RubyMetric/chsrc/wiki
463+
)");
464464

465465
/*
466466
if (chsrc_check_program ("gh"))

0 commit comments

Comments
 (0)