Skip to content

Commit 9819f62

Browse files
committed
docs(cli): more accurate description
1 parent b8fe566 commit 9819f62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/args.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)