du: fix wrong byte units (#7131)

This commit is contained in:
marchersimon
2021-10-21 22:34:54 +02:00
committed by GitHub
parent b37b6755b8
commit 0ddea62ffb
8 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
> Disk usage: estimate and summarize file and directory space usage.
> More information: <https://www.gnu.org/software/coreutils/du>.
- List the sizes of a directory and any subdirectories, in the given unit (B/KB/MB):
- List the sizes of a directory and any subdirectories, in the given unit (B/KiB/MiB):
`du -{{b|k|m}} {{path/to/directory}}`