diff --git a/src/main.rs b/src/main.rs index f4f2715..19b97e8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ mod cli { pub command: Option, #[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, #[arg(short, long)]