systemctl: limit some column widths to widest actually used
commit333302226926abe653f0396db1d76b1f8c4d0fc7
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Sep 2010 08:30:52 +0000 (7 10:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Sep 2010 20:16:28 +0000 (14 22:16 +0200)
tree3aae0c0ec19cff977522be19c4969bdaa5e3a26c
parenteb68c413aa539e7bda8fda59f423eaad811fe9fc
systemctl: limit some column widths to widest actually used

old
UNIT                      LOAD   ACTIVE       SUB                JOB
dev-hugepages.automount   loaded active       running                            Huge Page
dev-mqueue.automount      loaded active       waiting                            POSIX Mes
proc-sys...misc.automount loaded active       waiting                            Arbitrary
sys-kern...ebug.automount loaded active       running                            Debug Fil

new
UNIT                      LOAD   ACTIVE SUB       JOB
dev-hugepages.automount   loaded active running       Huge Pages File System Automount Poi
dev-mqueue.automount      loaded active waiting       POSIX Message Queue File System Auto
systemd-shutdownd.socket  loaded active listening     systemd Delayed Shutdown Socket
src/systemctl.c