diff options
Diffstat (limited to 'bin/hashl')
| -rwxr-xr-x | bin/hashl | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ my $VERSION = '0.1';  my $db; -STDOUT->autoflush(1); +STDERR->autoflush(1);  GetOptions(  	'd|database=s'  => \$db_file,  | 
