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