diff --git a/src/main.rs b/src/main.rs index c0f3c89..f54a189 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,7 +81,7 @@ fn vaporise() -> Result<()> { } } else { println!( - "{}: the specified target does not exist {}", + "{}: the specified target does not exist: {}", "error".red().bold(), target.yellow() );