@@ -16,8 +16,10 @@ List of files and/or directories
1616.TP
1717\fB \-\- json \- input \fR
1818Read JSON data from stdin
19+ .RS
1920.PP
2021Cannot be used with \fB \-\- deduplicate \- hardlinks \fR , \fB \-\- one \- file \- system \fR , \fB \-\- quantity \fR .
22+ .RE
2123.TP
2224\fB \-\- json \- output \fR
2325Print JSON data instead of an ASCII chart
@@ -38,13 +40,17 @@ Use binary scale, i.e. 1K = 1024B, 1M = 1024K, and so on
3840.TP
3941\fB \- H \fR , \fB \-\- deduplicate \- hardlinks \fR , \fB \-\- detect \- links \fR , \fB \-\- dedupe \- links \fR
4042Detect and subtract the sizes of hardlinks from their parent directory totals
43+ .RS
4144.PP
4245Cannot be used with \fB \-\- json \- input \fR .
46+ .RE
4347.TP
4448\fB \- x \fR , \fB \-\- one \- file \- system \fR
4549Skip directories on different filesystems
50+ .RS
4651.PP
4752Cannot be used with \fB \-\- json \- input \fR .
53+ .RE
4854.TP
4955\fB \-\- top \- down \fR
5056Print the tree top\- down instead of bottom\- up
@@ -65,21 +71,27 @@ Measure block sizes (block\-count * 512B)
6571\fB \-\- quantity block \- count \fR
6672Count numbers of blocks
6773.RE
74+ .RS
6875.PP
6976Cannot be used with \fB \-\- json \- input \fR .
77+ .RE
7078.TP
7179\fB \- d \fR , \fB \-\- max \- depth \fR , \fB \-\- depth \fR \fI <MAX_DEPTH> \fR [default: 10]
7280Maximum depth to display the data. Could be either "inf" or a positive integer
7381.TP
7482\fB \- w \fR , \fB \-\- total \- width \fR , \fB \-\- width \fR \fI <TOTAL_WIDTH> \fR
7583Width of the visualization
84+ .RS
7685.PP
7786Cannot be used with \fB \-\- column \- width \fR .
87+ .RE
7888.TP
7989\fB \-\- column \- width \fR \fI <TREE_WIDTH> \fR\fI \fR\fI <BAR_WIDTH> \fR
8090Maximum widths of the tree column and width of the bar column
91+ .RS
8192.PP
8293Cannot be used with \fB \-\- total \- width \fR .
94+ .RE
8395.TP
8496\fB \- m \fR , \fB \-\- min \- ratio \fR \fI <MIN_RATIO> \fR [default: 0.01]
8597Minimal size proportion required to appear
0 commit comments