mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-04-21 02:45:58 +02:00
Clarify help message string
This commit is contained in:
committed by
Pierre Peltier
parent
990eb6146d
commit
c0fc2380d9
@@ -207,6 +207,6 @@ pub fn build() -> App<'static, 'static> {
|
||||
.number_of_values(1)
|
||||
.value_name("pattern")
|
||||
.default_value("")
|
||||
.help("Do not display paths matching the glob pattern(s)"),
|
||||
.help("Do not display files/directories with names matching the glob pattern(s)"),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user