summaryrefslogtreecommitdiff
path: root/bin/hashl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hashl')
-rwxr-xr-xbin/hashl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index 099cf5d..f92efc9 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -31,7 +31,7 @@ my $VERSION = '0.1';
my $db;
-STDOUT->autoflush(1);
+STDERR->autoflush(1);
GetOptions(
'd|database=s' => \$db_file,