1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

du: Fix a typo in the --exclude-from option

This commit is contained in:
Tim Schumacher 2022-07-23 10:43:20 +02:00 committed by Linus Groh
parent 6b270f7d01
commit c1ab29b73c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ $ du [files...]
* `-t size`, `--threshold size`: Exclude entries smaller than size if positive, or entries greater than size if negative
* `--time time-type`: Show time of time time-type of any file in the directory, or any of its subdirectories. Available choices: mtime, modification, ctime, status, use, atime, access
* `--exclude pattern`: Exclude files that match pattern
* `-X file, --exclude_from`: Exclude files that match any pattern in file
* `-X file, --exclude-from`: Exclude files that match any pattern in file
## Arguments