summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-28 08:09:56 +0000
committerJim Meyering <jim@meyering.net>1998-01-28 08:09:56 +0000
commite8b739e3174f44655f738a8438f0ac8648cc4871 (patch)
tree2dd5e73d862ed3575818beb6bfc3600d176d002a /src/df.c
parentef4765e11bd7d7bc68db77414cb5ed1f86c4bf90 (diff)
downloadcoreutils-e8b739e3174f44655f738a8438f0ac8648cc4871.tar.xz
(print_header): Change format to align heading over
last column of `df -i' output. From Andreas Schwab.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index 4719502b0..450ca5dac 100644
--- a/src/df.c
+++ b/src/df.c
@@ -141,7 +141,7 @@ print_header (void)
printf (" ");
if (inode_format)
- printf (" Inodes IUsed IFree %%IUsed");
+ printf (" Inodes IUsed IFree %%IUsed ");
else
if (output_units == 1024 * 1024)
printf (" MB-blocks Used Available Capacity");