summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Sahrawat <sumitsahrawat@outlook.com>2019-10-11 21:43:34 +0530
committerPierre Peltier <dev@halium.fr>2019-10-23 10:46:03 +0200
commitc0fc2380d999c6c26e2abcf0f88ec8436ee5d6ad (patch)
tree4222b6db34b43e1fa381a4bf9f80d70949da000d
parent990eb6146de46a9dbbb3a297f55bb4d0d48d138b (diff)
Clarify help message string
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index af9c8e1..a0c20c4 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -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)"),
)
}