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:
parent
b37d279269
commit
5951864035
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue