]> git.proxmox.com Git - mirror_zfs.git/commit
Make zpool status "remove:" label print in bold
authorAndrew Sun <as-com@users.noreply.github.com>
Tue, 1 Dec 2020 23:22:51 +0000 (18:22 -0500)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 23:22:51 +0000 (15:22 -0800)
commit95a78a035ae01b6ee79ac9ce6bad073bc3ebb3cf
tree88202be111b1ff39147f64e9030924c9c1bcfb46
parentaa2778d1003af4601db77ae74b90d86454e5a37c
Make zpool status "remove:" label print in bold

When ZFS_COLOR is set, zpool status shows row headings in bold,
except for the "remove:" heading. This is a quick fix that makes
it print in bold too.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrew Sun <me@andrewsun.com>
Closes #11255
cmd/zpool/zpool_main.c