mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
df: no longer override help
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user