summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-09 11:37:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-09 11:37:13 +0100
commita3b71ec9ce351b7f04907f350789d679161352c6 (patch)
tree5bb4dbb734fa7dd3de934ebf00a06130036f5d61
parent808adb6647241aa36a3529cadcd1a1f690992105 (diff)
Update documentation
-rwxr-xr-xbin/hashl11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index beeceb8..b22c7a3 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -427,6 +427,11 @@ Actions:
Copy all files in the current directory which are not in the database to
I<Newdir>.
+=item B<find-known> [I<directory>]
+
+List all files which are already in the database. Scans either the current
+directory or I<directory>.
+
=item B<find-new> [I<directory>]
List all files which are not in the database. Scans either the current
@@ -444,7 +449,11 @@ Show information on I<file> (or the database, if I<file> is not specified).
=item B<list>
-List all files and their hashes.
+List all files and their hashes. The list format is C<< hash size file >>.
+
+=item B<list-files>
+
+List all filenames, one file per line.
=item B<list-ignored>