Set mode to detail for option -S

This commit is contained in:
Arun Prakash Jana 2019-08-25 21:15:17 +05:30
parent ea81e2e569
commit f781fbe78c
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 2 deletions

View File

@ -4717,8 +4717,7 @@ int main(int argc, char *argv[])
case 'S':
cfg.blkorder = 1;
nftw_fn = sum_bsizes;
BLK_SHIFT = ffs(S_BLKSIZE) - 1;
break;
BLK_SHIFT = ffs(S_BLKSIZE) - 1; // fallthrough
case 'd':
cfg.showdetail = 1;
printptr = &printent_long;