duf: edit page (#12441)

This commit is contained in:
Fazle Arefin
2024-03-03 03:58:04 +11:00
committed by GitHub
parent 70f5584248
commit 2b0fb364d6

View File

@@ -18,3 +18,15 @@
- Sort the output by a specified criteria:
`duf --sort {{size|used|avail|usage}}`
- Show or hide specific filesystems:
`duf --{{only-fs|hide-fs}} {{tmpfs|vfat|ext4|xfs}}`
- Sort the output by key:
`duf --sort {{mountpoint|size|used|avail|usage|inodes|inodes_used|inodes_avail|inodes_usage|type|filesystem}}`
- Change the theme (if `duf` fails to use the right theme):
`duf --theme {{dark|light}}`