mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:27:44 +00:00
Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
parent
37bbd20cee
commit
8f253a745e
28 changed files with 89 additions and 15 deletions
|
@ -16,6 +16,8 @@ $ du [files...]
|
|||
|
||||
* `-a`, `--all`: Write counts for all files, not just directories
|
||||
* `--apparent-size`: Print apparent sizes, rather than disk usage
|
||||
* `-h` , `--human-readable`: Print human-readable sizes
|
||||
* `--si`: Print human-readable sizes in SI units
|
||||
* `-d N`, `--max-depth N`: Print the total for a directory or file only if it is N or fewer levels below the command line argument
|
||||
* `-s`, `--summarize`: Display only a total for each argument
|
||||
* `-t size`, `--threshold size`: Exclude entries smaller than size if positive, or entries greater than size if negative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue