diff --git a/src/main.rs b/src/main.rs index 43a2cc8..73c0d57 100644 --- a/src/main.rs +++ b/src/main.rs @@ -450,7 +450,7 @@ fn main() -> std::io::Result<()> { } // dir tree - if app_options.verbose >= 1 { + if app_options.verbose >= 2 { print_tree(path_list_to_tree(&operation_list, &app_options.target_path)); }