Skip to content

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
ksew1 committed Dec 18, 2024
1 parent 21b2c32 commit 1b64e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-coverage/src/commands/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b64e78

Please sign in to comment.