mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #6433 from Qelxiros/df/size_padding
df: fix size column padding
This commit is contained in:
commit
22588a8bfb
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ impl Column {
|
||||||
// 14 = length of "Filesystem" plus 4 spaces
|
// 14 = length of "Filesystem" plus 4 spaces
|
||||||
Self::Source => 14,
|
Self::Source => 14,
|
||||||
Self::Used => 5,
|
Self::Used => 5,
|
||||||
|
Self::Size => 5,
|
||||||
// the shortest headers have a length of 4 chars so we use that as the minimum width
|
// the shortest headers have a length of 4 chars so we use that as the minimum width
|
||||||
_ => 4,
|
_ => 4,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue