Clarify help message string

This commit is contained in:
Sumit Sahrawat
2019-10-11 21:43:34 +05:30
committed by Pierre Peltier
parent 990eb6146d
commit c0fc2380d9

View File

@@ -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)"),
)
}