diff --git a/src/main.rs b/src/main.rs index ec4afb3..efe88c9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,7 @@ async fn main() { let args = Args::parse(); if !args.root.is_dir() { - eprintln!("Root is not a directory"); + eprintln!("Root {root} is not a directory", root = args.root.display()); std::process::exit(1); }