diff --git a/web/src/main.rs b/web/src/main.rs index c0e1eac..75ff4e0 100644 --- a/web/src/main.rs +++ b/web/src/main.rs @@ -165,8 +165,8 @@ async fn main() -> std::io::Result<()> { exit(1001); } Err(ConfigError::ConfigCreated(path)) => { - println!("A config file has been generated at {}! Please check it out - and modify it to your liking, and then run this command + println!("A config file has been generated at {}! Please check it out \ + and modify it to your liking, and then run this command \ again", path.display()); exit(1002); }