Skip to content

Commit

Permalink
change filter-command help
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Jan 21, 2024
1 parent 684903a commit 28216a6
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 @@ -30,7 +30,7 @@ mod cli {
pub command: Option<String>,

#[arg(short, long)]
/// A command that must run successfully on a file for it to be accepted.
/// A command that must run successfully for a file to be accepted.
pub filter_command: Option<String>,

#[arg(short, long)]
Expand Down

0 comments on commit 28216a6

Please sign in to comment.