diff --git a/src/commands/check.rs b/src/commands/check.rs index 0fab573..bf558f4 100644 --- a/src/commands/check.rs +++ b/src/commands/check.rs @@ -33,7 +33,8 @@ pub struct Common { #[arg(required = true)] pub paths: Vec, - /// Lint rules to except from running. + /// A single rule ID to except from running. Can be specified multiple + /// times. #[arg(short, long, value_name = "RULE")] pub except: Vec,