1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

df: no longer override help

This commit is contained in:
Terts Diepraam 2022-01-29 00:22:22 +01:00
parent 9c8e865b55
commit 5f1933a89f

View file

@ -531,5 +531,4 @@ pub fn uu_app<'a>() -> App<'a> {
.help("limit listing to file systems not of type TYPE"), .help("limit listing to file systems not of type TYPE"),
) )
.arg(Arg::new(OPT_PATHS).multiple_occurrences(true)) .arg(Arg::new(OPT_PATHS).multiple_occurrences(true))
.override_help("Filesystem(s) to list")
} }