Added missing "can" to the text.

The commit messages are more text, than the actual changes ... And even then I made a typo in the code, that I need to fix with this commit ... Stupid me.
This commit is contained in:
Pingger Shikkoken 2020-08-02 13:03:20 +02:00 committed by Abin Simon
parent 313369a00c
commit e3ed9fa6df

View file

@ -208,7 +208,7 @@ pub fn build() -> App<'static, 'static> {
.number_of_values(1)
.value_name("pattern")
.default_value("")
.help("Do not display files/directories with names matching the glob pattern(s). More than one be specified by repeating the argument"),
.help("Do not display files/directories with names matching the glob pattern(s). More than one can be specified by repeating the argument"),
)
.arg(
Arg::with_name("inode")