diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hashl | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -220,10 +220,16 @@ directory. =over -=item B<-d> I<dbfile> +=item B<-d>|B<--database> I<dbfile> Use I<dbfile> instead of F<.hashl.db> +=item B<-s>|B<--read-size> I<bytes> + +Change size of the part of each file which is hashed. By default, B<hashl> +hashes the first 4 MiB. Note that this option only makes sense for C<< hashl +update >> to create a new database. + =back =head1 CONFIGURATION |