From e77c8ff38154d378c2f2f7463977fc73b6485344 Mon Sep 17 00:00:00 2001 From: xxyzz Date: Sun, 13 Feb 2022 10:17:02 +0800 Subject: [PATCH] df: `-t` may appear more than once and doesn't support delimiter --- src/uu/df/src/df.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/df/src/df.rs b/src/uu/df/src/df.rs index 90f1b0c9a..02cfca012 100644 --- a/src/uu/df/src/df.rs +++ b/src/uu/df/src/df.rs @@ -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(