diff --git a/src/main.rs b/src/main.rs index 6b54a75..e37f665 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,7 +43,9 @@ fn main() { .action(ArgAction::SetTrue) .short('_') .long("no-underscore") - .help("Don't check any bindings that start with a _"), + .help("Don't check any bindings that start with a _\n\ + (Lambda arguments starting with _ are not checked anyway.)" + ), ) .arg( Arg::new("QUIET")