summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-20 18:52:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-20 18:52:07 +0100
commit0f78b32b38a3b90fbbb17f8c990477f42b1e1053 (patch)
tree423934ea1e2b965e5d1e6ba66c65e7b75fe9bcee
parentebd14fbbd38bf45c30aacd39e307a3c0126cf3fb (diff)
Add -s to documentation
-rwxr-xr-xbin/hashl8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index 938a194..f13ae7e 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -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