From 98c394c9930973986538f0811b7178a05f7fee38 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/cli.rs b/common/src/cli.rs index 6e81559..9092fe4 100644 --- a/common/src/cli.rs +++ b/common/src/cli.rs @@ -309,7 +309,7 @@ pub fn parse_args_config() -> anyhow::Result, bool)> ) { Ok(config) => config, Err(e) => { - println!("config.toml error: {}", e); + println!("config error: {}", e); std::process::exit(1); } };