Skip to content

Commit

Permalink
adjust verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchou committed Jun 27, 2024
1 parent 583eeb5 commit a913191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit a913191

Please sign in to comment.