[web] Properly wrap multiline string
This commit is contained in:
parent
c6ba724434
commit
26da64922d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue