summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/hashl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index 2ec73b9..76f9906 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -339,7 +339,7 @@ sub cmd_info {
file_info($file);
}
else {
- $hashl->db_info();
+ print $hashl->db_info();
}
return;