File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ use text_block_macros::text_block;
5858 " Show chart in apparent sizes instead of block sizes"
5959 " $ pdu --quantity=apparent-size"
6060 ""
61- " Detect and subtract the sizes of hardlinks from total "
61+ " Detect and subtract the sizes of hardlinks from their parent nodes "
6262 " $ pdu --deduplicate-hardlinks"
6363 ""
6464 " Show sizes in plain numbers instead of metric units"
@@ -103,7 +103,7 @@ pub struct Args {
103103 #[ default( BytesFormat :: MetricUnits ) ]
104104 pub bytes_format : BytesFormat ,
105105
106- /// Detect duplicated hardlinks and subtract their sizes from total .
106+ /// Detect and subtract the sizes of hardlinks from their parent nodes .
107107 #[ clap( long, visible_aliases = [ "detect-links" , "dedupe-links" ] ) ]
108108 #[ cfg_attr( not( unix) , clap( hide = true ) ) ]
109109 pub deduplicate_hardlinks : bool ,
You can’t perform that action at this time.
0 commit comments