diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-03-25 18:45:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-03-25 18:45:32 +0100 |
commit | 8d95cbea15ecca3fe14bf9c02a00f1c0d678ebb6 (patch) | |
tree | d64cd1e56ce4bf3be6500b76706b207f1a1ad999 | |
parent | 0fba132b842566063b0e7361c9260ae6d31ab3de (diff) |
dthumb(1): Add -a and -R to documentation
-rwxr-xr-x | bin/dthumb | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -77,7 +77,7 @@ dthumb - Generate file index with thumbnails for a directory. =head1 SYNOPSIS -B<dthumb> [B<-nr>] [B<-d> I<size>] [B<-s> I<spacing>] [B<-t> I<title>] +B<dthumb> [B<-anrR>] [B<-d> I<size>] [B<-s> I<spacing>] [B<-t> I<title>] [B<-q> I<quality>] =head1 VERSION @@ -99,6 +99,10 @@ During operation, B<dthumb> will show its progress on STDERR. =over +=item B<-a>, B<--all> + +Also include non-image files in the file listing + =item B<-n>, B<--no-names> Do not show image names below thumbnails @@ -107,6 +111,10 @@ Do not show image names below thumbnails Recreate all thumbnails +=item B<-R>, B<--recursive> + +Also include directories in the file listing + =item B<-d>, B<--size> I<maxsize> (default: 200) Set maximum thumbnail size. Thumbnails are created so that neither width nor |