enh: adjust format for very high gen/cgen

This commit is contained in:
Stéphane Lesimple 2022-01-02 19:35:18 +01:00
parent 8e9a2ec3b0
commit eaee8d8958

View file

@ -759,11 +759,11 @@ foreach my $fuuid (sort keys %filesystems) {
push @header, qw{ ID };
}
if ($opt_show_gen) {
$format .= "%7s ";
$format .= "%8s ";
push @header, qw{ GEN };
}
if ($opt_show_cgen) {
$format .= "%7s ";
$format .= "%8s ";
push @header, qw{ CGEN };
}
if ($opt_show_uuid) {