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:
parent
9c8e865b55
commit
5f1933a89f
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue