1
Fork 0
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:
xxyzz 2022-02-13 10:17:02 +08:00
parent 6c1a655512
commit e77c8ff381
No known key found for this signature in database
GPG key ID: F796163E6DCFEE9D

View file

@ -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(