]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_header): Change format to align heading over
authorJim Meyering <jim@meyering.net>
Wed, 28 Jan 1998 08:09:56 +0000 (08:09 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 28 Jan 1998 08:09:56 +0000 (08:09 +0000)
last column of `df -i' output.  From Andreas Schwab.

src/df.c

index 4719502b09fc04c4cfc81823f3f725e1890f55d1..450ca5daceeb1a70411e8fa053ad11a05583f063 100644 (file)
--- 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");