From 29d4decc90f14d7d36aa726a0e073243f240c0d9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 2 Jan 2011 19:26:48 +0100 Subject: Update documentation --- bin/hashl | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/bin/hashl b/bin/hashl index f295d6f..85302fa 100755 --- a/bin/hashl +++ b/bin/hashl @@ -368,37 +368,33 @@ Actions: =over -=item B [I] +=item B I -Show information on I (or the database, if I is not specified). +Copy all files in the current directory which are not in the database to +I. -=item B [I] +=item B [I] -When I is specified: Returns true if I (judged by its hash) is -already in the database, false otherwise. +List all files which are not in the database. Scans either the current +directory or I. -When used without further arguments: Reads filenames from stdin (one per line) -and writes those to stdout which are already in the database. +=item B [I] -=item B [I] +Add all files in I (or the current directory) as "ignored" to the +database. This means that hashl will save the file's hash and skip matching +files for B or B. -Like B, but works with file hashes instead. +=item B [I] + +Show information on I (or the database, if I is not specified). =item B List all files and their hashes. -=item B [I] +=item B -When I is specified: Returns true if I (judged by its hash) is not -in the database, false otherwise. - -When used without further arguments: Reads filenames from stdin (one per line) -and writes those to stdout which are not in the database. - -=item B [I] - -Like B, but works with file hashes instead. +List ignored hashes =item B @@ -415,6 +411,10 @@ directory. Use I instead of F<.hashl.db> +=item B<-n>|B<--no-progress> + +Do not show progress information. Most useful with C<< hashl find-new >>. + =item B<-s>|B<--read-size> I Change size of the part of each file which is hashed. By default, B -- cgit v1.2.3