mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
du: add --app as alias of --apparent-size to match GNU
This commit is contained in:
parent
4143e3f54f
commit
285b27c9b3
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
|||
although the apparent size is usually smaller, it may be larger due to holes \
|
||||
in ('sparse') files, internal fragmentation, indirect blocks, and the like"
|
||||
)
|
||||
.alias("app") // The GNU testsuite uses this alias
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name(options::BLOCK_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue