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); } };