diff --git a/src/uu/du/src/du.rs b/src/uu/du/src/du.rs index 989e663e4..26e697abb 100644 --- a/src/uu/du/src/du.rs +++ b/src/uu/du/src/du.rs @@ -87,6 +87,18 @@ struct Options { count_links: bool, inodes: bool, verbose: bool, + threshold: Option, + apparent_size: bool, + // TODO: the size conversion fields should be unified + si: bool, + bytes: bool, + human_readable: bool, + block_size_1k: bool, + block_size_1m: bool, + block_size: u64, + time: Option