Skip to content

Commit 72e6bf1

Browse files
authored
Merge branch 'main' into mv-enotsup-xattr
2 parents f8225de + 22a8732 commit 72e6bf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/uu/du/src/du.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ pub fn uu_app() -> Command {
12571257
)
12581258
.arg(
12591259
Arg::new(options::APPARENT_SIZE)
1260+
.short('A')
12601261
.long(options::APPARENT_SIZE)
12611262
.help(translate!("du-help-apparent-size"))
12621263
.action(ArgAction::SetTrue),

0 commit comments

Comments
 (0)