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.
--deduplicate-hardlinks
1 parent dd877b8 commit cfc7b84Copy full SHA for cfc7b84
1 file changed
src/args.rs
@@ -93,6 +93,10 @@ pub struct Args {
93
#[clap(long, value_enum, default_value_t = BytesFormat::MetricUnits)]
94
pub bytes_format: BytesFormat,
95
96
+ /// Detect duplicated hardlinks and remove their sizes from total.
97
+ #[clap(long)]
98
+ pub deduplicate_hardlinks: bool,
99
+
100
/// Print the tree top-down instead of bottom-up.
101
#[clap(long)]
102
pub top_down: bool,
0 commit comments