We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7644c commit fd71760Copy full SHA for fd71760
1 file changed
src/args.rs
@@ -35,6 +35,7 @@ use text_block_macros::text_block;
35
" $ pdu path/to/file/or/directory"
36
" $ pdu file.txt dir/"
37
" $ pdu --quantity=apparent-size"
38
+ " $ pdu --deduplicate-hardlinks"
39
" $ pdu --bytes-format=plain"
40
" $ pdu --bytes-format=binary"
41
" $ pdu --min-ratio=0"
@@ -57,6 +58,9 @@ use text_block_macros::text_block;
57
58
" Show chart in apparent sizes instead of block sizes"
59
60
""
61
+ " Detect and subtract the sizes of hardlinks from total"
62
63
+ ""
64
" Show sizes in plain numbers instead of metric units"
65
66
0 commit comments