diff --git a/src/main.rs b/src/main.rs index 9108ffc..3c2b7b2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -57,7 +57,7 @@ fn main() { let current_directory = Path::new("."); if !filesystem::is_dir(current_directory) { - print_error_and_exit!("Could not get current directory."); + print_error_and_exit!("Could not retrieve current directory (has it been deleted?)."); } // Get the search pattern