summaryrefslogtreecommitdiff
path: root/bin/dthumb
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-06-26 17:36:20 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-06-26 17:36:20 +0200
commitd4c4fb3208caa6a12a54f670afa7b0e2d96aa3ad (patch)
tree0a3c7a4a47eb73945575c87bff7911961b1a8a9a /bin/dthumb
parent770f2780491afe8d69f9daf12d60d73f2acf16d2 (diff)
support recursive thumbnail generation on directory trees
Diffstat (limited to 'bin/dthumb')
-rwxr-xr-xbin/dthumb5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/dthumb b/bin/dthumb
index 32931f9..2f6a718 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -96,8 +96,6 @@ current directory. It uses a javascript lightbox (see
L<http://fancyapps.com/fancybox/>) to display images. To view them without the
lightbox, open images by clicking on the filename instead of the thumbnail.
-Note that recursion is not yet supported.
-
During operation, B<dthumb> will show its progress on STDERR.
=head1 OPTIONS
@@ -118,7 +116,8 @@ Recreate all thumbnails
=item B<-R>, B<--recursive>
-Also include directories in the file listing
+Include directories in file listing and recurnsively generate thumbnails
+for their contents.
=item B<-d>, B<--size> I<maxsize> (default: 200)