This commit is contained in:
Aoran Zeng
2024-08-17 07:21:47 +08:00
parent e167331c01
commit 07c722bd36
7 changed files with 21 additions and 21 deletions

View File

@@ -151,9 +151,9 @@ cli_print_supported_targets_ (const char ***array, size_t size)
printf ("%s\t", alias);
alias = target[k];
}
puts ("");
br();
}
puts ("");
br();
}
void
@@ -271,7 +271,7 @@ cli_print_version ()
void
cli_print_help ()
{
puts ("");
br();
for (int i=0; i<xy_arylen (Chsrc_Usage); i++)
{
puts (Chsrc_Usage[i]);
@@ -503,7 +503,7 @@ main (int argc, char const *argv[])
if (argc < cli_arg_Target_pos)
{
cli_print_available_mirrors ();
puts ("");
br();
cli_print_supported_targets ();
}
else

View File

@@ -43,7 +43,7 @@ pl_haskell_setsrc (char *option)
}
chsrc_note2 (xy_strjoin (3, "请向 ", config, " 中手动添加:"));
puts (file); puts ("");
puts (file); br();
config = xy_uniform_path ("~/.stack/config.yaml");
file = xy_strjoin (3, "package-indices:\n"

View File

@@ -84,7 +84,7 @@ pl_java_setsrc (char *option)
if (gradle_exist)
{
if (maven_exist) puts ("");
if (maven_exist) br();
const char* file = xy_strjoin (3,
"allprojects {\n"
" repositories {\n"

View File

@@ -61,7 +61,7 @@ os_freebsd_setsrc (char *option)
xy_strjoin (3, "若要使用季度分支,请在", conf ,"中将latest改为quarterly"));
chsrc_note2 ("若要使用HTTPS源请先安装securtiy/ca_root_ns并将'http'改成'https',最后使用'pkg update -f'刷新缓存即可\n");
puts ("");
br();
chsrc_log2 ("2. 修改 freebsd-ports 源");
// @ccmywish: [2023-09-27] 据 @ykla , NJU的freebsd-ports源没有设置 Git