Skip to content

Commit 607f545

Browse files
committed
docs(cli): consistent wording
1 parent fd71760 commit 607f545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub struct Args {
103103
#[default(BytesFormat::MetricUnits)]
104104
pub bytes_format: BytesFormat,
105105

106-
/// Detect duplicated hardlinks and remove their sizes from total.
106+
/// Detect duplicated hardlinks and subtract their sizes from total.
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)