mirror of
https://github.com/astro/deadnix.git
synced 2024-11-24 01:02:23 +03:00
main: doc no lambda _arg checking in NO_LAMBDA arg help
Fixes Github issue #78
This commit is contained in:
parent
7b2bc25f57
commit
edcd45cf79
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user