From 26da64922d821f1789146a1ca07f59c0bcb45570 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sat, 30 Oct 2021 14:12:57 -0400 Subject: [PATCH] [web] Properly wrap multiline string --- web/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }