Skip to content

Commit 22a8732

Browse files
authored
Merge pull request #9555 from oech3/du-A
du: Alias -A --apparent-size
2 parents 0f5ab81 + b1513da commit 22a8732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)