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

Merge pull request #5436 from cakebaker/doc_add_du_verbose_to_extensions

doc: mention "-v/--verbose" as extension of du
This commit is contained in:
Sylvestre Ledru 2023-10-22 19:46:43 +02:00 committed by GitHub
commit a0b17e4af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,4 +77,5 @@ third way: `--long`.
## `du`
`du` allows `birth` and `creation` as values for the `--time` argument to show the creation time.
`du` allows `birth` and `creation` as values for the `--time` argument to show the creation time. It
also provides a `-v`/`--verbose` flag.