diff --git a/src/uu/du/src/du.rs b/src/uu/du/src/du.rs index e7b00838e30..a5a9e601140 100644 --- a/src/uu/du/src/du.rs +++ b/src/uu/du/src/du.rs @@ -82,6 +82,7 @@ struct TraversalOptions { dereference: Deref, count_links: bool, verbose: bool, + apparent_size: bool, excludes: Vec, } @@ -90,7 +91,6 @@ struct StatPrinter { inodes: bool, max_depth: Option, threshold: Option, - apparent_size: bool, size_format: SizeFormat, time: Option