mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 09:51:39 +08:00
@@ -654,9 +654,9 @@ main (int argc, char const *argv[])
|
||||
|
||||
if (CliOpt_DryRun)
|
||||
{
|
||||
char *dry_msg = CliOpt_InEnglish ? "** Enable [Dry Run] mode. " \
|
||||
char *dry_msg = CliOpt_InEnglish ? "**Enable [Dry Run] mode. " \
|
||||
"Simulate the source changing process (skipping speed measurement). " \
|
||||
"Commands only print but don't run **\n"
|
||||
"Commands only print but don't run**\n"
|
||||
: "**开启Dry Run模式,模拟换源过程(跳过测速),命令仅打印并不运行**\n";
|
||||
chsrc_log (bdyellow(dry_msg));
|
||||
}
|
||||
|
Reference in New Issue
Block a user