diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 12:39:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 12:39:18 +0200 |
commit | 11b4faa0e9292edee29283d2dd1481bb96f62ece (patch) | |
tree | bfcdaa6e84e0a44ca9457e0882a8f1b78b1b60d7 /bin/hashl | |
parent | ca6d7d2a6dcecefa0290734e4e1ad6b60e33c456 (diff) |
Fix progress message ("Scanning directory" instead of misleading "Updating")
Diffstat (limited to 'bin/hashl')
-rwxr-xr-x | bin/hashl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ sub process_file { if ($show_progress) { print STDERR $timer->report( - "\r\e[2KUpdating: %p done, %L elapsed, %E remaining", + "\r\e[Scanning directory: %p done, %L elapsed, %E remaining", $cur, ); } |