diff --git a/crates/cairo-coverage/src/commands/clean.rs b/crates/cairo-coverage/src/commands/clean.rs index d79bf71..02ac4c6 100644 --- a/crates/cairo-coverage/src/commands/clean.rs +++ b/crates/cairo-coverage/src/commands/clean.rs @@ -4,7 +4,7 @@ use std::fs; use walkdir::WalkDir; /// Run the `cairo-coverage clean` command with [`CleanArgs`]. -/// This command deletes all files with the name specified in `files_to_delete` in the `root_dir` recursively. +/// This command deletes all files with the name specified by `files_to_delete` in the `root_dir` and all its subdirectories. pub fn run( CleanArgs { root_dir,