Minor formatting fix to align columns

$ sudo ./cmd/zpool/zpool events
TIME                           CLASS
Jul 21 2010 11:36:14.682122000 resource.fs.zfs.statechange
Jul 21 2010 11:36:14.705809000 resource.fs.zfs.statechange
This commit is contained in:
Brian Behlendorf 2010-07-21 11:37:24 -07:00
parent b37d279269
commit 5951864035
1 changed files with 1 additions and 1 deletions

View File

@ -4423,7 +4423,7 @@ zpool_do_events_next(ev_opts_t *opts)
nvlist_t *nvl;
int ret, dropped;
(void) printf(gettext("%-27s %s\n"), "TIME", "CLASS");
(void) printf(gettext("%-30s %s\n"), "TIME", "CLASS");
while (1) {
ret = zpool_events_next(g_zfs, &nvl, &dropped, !!opts->follow);