diff options
-rwxr-xr-x | df/virt-df.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/df/virt-df.pl b/df/virt-df.pl index 4cac896a..25fd6a82 100755 --- a/df/virt-df.pl +++ b/df/virt-df.pl @@ -287,7 +287,7 @@ sub print_cols my $label = sprintf "%s:%s", $_[0], $_[1]; printf ("%-36s", $label); - print "\n"," "x32 if length ($label) > 36; + print "\n"," "x36 if length ($label) > 36; my $percent = sprintf "%3.1f%%", $_[5]; printf ("%10s %10s %10s %5s\n", $_[2], $_[3], $_[4], $percent); |