df: update Dutch translation (#13852)

This commit is contained in:
Sebastiaan Speck 2024-09-27 19:38:59 +02:00 committed by GitHub
parent 381e0cf115
commit 21804ee8bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
- Toon alle bestandssystemen en hun schijfgebruik in een leesbaar formaat:
`df -h`
`df {{-h|--human-readable}}`
- Toon het bestandssysteem en het schijfgebruik voor het opgegeven bestand of map:
@ -17,8 +17,12 @@
- Neem statistieken op over het aantal beschikbare [i]-knooppunte:
`df -i`
`df {{-i|--inodes}}`
- Toon bestandssystemen maar negeer specifieke types:
`df -x {{squashfs}} -x {{tmpfs}}`
`df {{-x|--exclude-type}} {{squashfs}} {{-x|--exclude-type}} {{tmpfs}}`
- Toon bestandssysteem-types:
`df {{-T|--print-type}}`