diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-12-20 18:52:07 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-20 18:52:07 +0100 | 
| commit | 0f78b32b38a3b90fbbb17f8c990477f42b1e1053 (patch) | |
| tree | 423934ea1e2b965e5d1e6ba66c65e7b75fe9bcee | |
| parent | ebd14fbbd38bf45c30aacd39e307a3c0126cf3fb (diff) | |
Add -s to documentation
| -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  | 
