]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_heading): Align TTY and Name headings.
authorJim Meyering <jim@meyering.net>
Sat, 19 Oct 2002 07:55:15 +0000 (07:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Oct 2002 07:55:15 +0000 (07:55 +0000)
src/pinky.c

index f625d14dcad276e5dcedfb35cb2f4300ecf4c350..c2bbd6eaba154b54f7e80d254c276f4406f45a66 100644 (file)
@@ -385,8 +385,8 @@ print_heading (void)
 {
   printf ("%-8s", _("Login"));
   if (include_fullname)
-    printf (" %-19s", _("   Name"));
-  printf (" %-9s", _("TTY"));
+    printf (" %-19s", _("Name"));
+  printf (" %-9s", _(" TTY"));
   if (include_idle)
     printf (" %-6s", _("Idle"));
   printf (" %-12s", _("When"));