From 5f1933a89f9c8ff8013d6aa8af0bf8259320ad4b Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 29 Jan 2022 00:22:22 +0100 Subject: [PATCH] df: no longer override help --- src/uu/df/src/df.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/df/src/df.rs b/src/uu/df/src/df.rs index abb6d3232..9f748f4c2 100644 --- a/src/uu/df/src/df.rs +++ b/src/uu/df/src/df.rs @@ -531,5 +531,4 @@ pub fn uu_app<'a>() -> App<'a> { .help("limit listing to file systems not of type TYPE"), ) .arg(Arg::new(OPT_PATHS).multiple_occurrences(true)) - .override_help("Filesystem(s) to list") }