[web] Properly wrap multiline string

This commit is contained in:
Emi Simpson 2021-10-30 14:12:57 -04:00
parent c6ba724434
commit 26da64922d
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 2 additions and 2 deletions

View File

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