mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
df: -t
may appear more than once and doesn't support delimiter
This commit is contained in:
parent
6c1a655512
commit
e77c8ff381
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ pub fn uu_app<'a>() -> App<'a> {
|
|||
.long("type")
|
||||
.allow_invalid_utf8(true)
|
||||
.takes_value(true)
|
||||
.use_delimiter(true)
|
||||
.multiple_occurrences(true)
|
||||
.help("limit listing to file systems of type TYPE"),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue