df: no longer override help

This commit is contained in:
Terts Diepraam
2022-01-29 02:06:32 +01:00
parent 9c8e865b55
commit 5f1933a89f
-1
View File
@@ -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")
}