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 fd71760 commit 607f545Copy full SHA for 607f545
1 file changed
src/args.rs
@@ -103,7 +103,7 @@ pub struct Args {
103
#[default(BytesFormat::MetricUnits)]
104
pub bytes_format: BytesFormat,
105
106
- /// Detect duplicated hardlinks and remove their sizes from total.
+ /// Detect duplicated hardlinks and subtract their sizes from total.
107
#[clap(long, visible_aliases = ["detect-links", "dedupe-links"])]
108
#[cfg_attr(not(unix), clap(hide = true))]
109
pub deduplicate_hardlinks: bool,
0 commit comments