Skip to content

Commit 718089e

Browse files
committed
docs: update man page
1 parent 5106c2d commit 718089e

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

duf.1

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,64 @@ Sort the results according to your needs\&.
1919
Groups & filters devices\&.
2020
.IP \(bu 3
2121
Can conveniently output JSON\&.
22+
.SH OPTIONS
23+
.TP
24+
\fB--all\fP
25+
include pseudo, duplicate, inaccessible file systems
26+
.TP
27+
\fB--avail-threshold\fP
28+
specifies the coloring threshold (yellow, red) of the avail column, must be integer with optional SI prefixes
29+
.TP
30+
\fB--hide\fP
31+
hide specific devices, separated with commas: local, network, fuse, special, loops, binds
32+
.TP
33+
\fB--hide-fs\fP
34+
hide specific filesystems, separated with commas
35+
.TP
36+
\fB--hide-mp\fP
37+
hide specific mount points, separated with commas (supports wildcards)
38+
.TP
39+
\fB-h, --human-readable\fP
40+
ignored, just for df compatibility
41+
.TP
42+
\fB--inodes\fP
43+
list inode information instead of block usage
44+
.TP
45+
\fB--json\fP
46+
output all devices in JSON format
47+
.TP
48+
\fB--only\fP
49+
show only specific devices, separated with commas: local, network, fuse, special, loops, binds
50+
.TP
51+
\fB--only-fs\fP
52+
only specific filesystems, separated with commas
53+
.TP
54+
\fB--only-mp\fP
55+
only specific mount points, separated with commas (supports wildcards)
56+
.TP
57+
\fB--output\fP
58+
output fields: mountpoint, size, used, avail, usage, inodes, inodes_used, inodes_avail, inodes_usage, type, filesystem
59+
.TP
60+
\fB--sort\fP
61+
sort output by: mountpoint, size, used, avail, usage, inodes, inodes_used, inodes_avail, inodes_usage, type, filesystem
62+
.TP
63+
\fB--style\fP
64+
style: unicode, ascii
65+
.TP
66+
\fB--theme\fP
67+
color themes: dark, light, ansi
68+
.TP
69+
\fB--usage-threshold\fP
70+
specifies the coloring threshold (yellow, red) of the usage bars as a floating point number from 0 to 1
71+
.TP
72+
\fB--version\fP
73+
display version
74+
.TP
75+
\fB--warnings\fP
76+
output all warnings to STDERR
77+
.TP
78+
\fB--width\fP
79+
max output width
2280
.SH USAGE
2381
You can simply start duf without any command-line arguments:
2482
.PP

0 commit comments

Comments
 (0)