mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
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:
parent
313369a00c
commit
e3ed9fa6df
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue