Skip to content

Commit

Permalink
chore: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 24, 2024
1 parent 4bbf90a commit d809440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csaf/csaf-cli/src/cmd/scoop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use walker_extras::visitors::{SendArguments, SendVisitor};
/// Walk a local directory (or single file) and send the files to a target without any validation.
#[derive(clap::Args, Debug)]
pub struct Scoop {
/// Delete processes files
/// Delete processed files
#[arg(long, conflicts_with = "processed")]
delete: bool,

Expand Down
2 changes: 1 addition & 1 deletion sbom/sbom-cli/src/cmd/scoop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use walker_extras::visitors::{SendArguments, SendVisitor};
/// Walk a local directory (or single file) and send the files to a target without any validation.
#[derive(clap::Args, Debug)]
pub struct Scoop {
/// Delete processes files
/// Delete processed files
#[arg(long, conflicts_with = "processed")]
delete: bool,

Expand Down

0 comments on commit d809440

Please sign in to comment.