summaryrefslogtreecommitdiff
path: root/bin/vdf
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-11-14 15:38:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-11-14 15:38:44 +0100
commit3610b02449050fdcb1470c469839c5334fe56ae5 (patch)
treec218e064b5976247901ce78fac4a54e1b6045977 /bin/vdf
parent8e6c10856c9a960025f46d6d7d29b41569f5c171 (diff)
vdf: Fix -c output for low percentages
Diffstat (limited to 'bin/vdf')
-rwxr-xr-xbin/vdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vdf b/bin/vdf
index 7b2a4a6..9095096 100755
--- a/bin/vdf
+++ b/bin/vdf
@@ -69,7 +69,7 @@ sub show_df_console {
}
my $h_format = "%-${mp_width}s %6s %6s %6s %4s%% %20s %s\n";
- my $l_format = "%-${mp_width}s %6s %6s %6s %2.1f%% %20s %s\n";
+ my $l_format = "%-${mp_width}s %6s %6s %6s %04.1f%% %20s %s\n";
print color('yellow');
printf(