diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-09 11:37:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-09 11:37:13 +0100 |
commit | a3b71ec9ce351b7f04907f350789d679161352c6 (patch) | |
tree | 5bb4dbb734fa7dd3de934ebf00a06130036f5d61 /bin/hashl | |
parent | 808adb6647241aa36a3529cadcd1a1f690992105 (diff) |
Update documentation
Diffstat (limited to 'bin/hashl')
-rwxr-xr-x | bin/hashl | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |