From 8d95cbea15ecca3fe14bf9c02a00f1c0d678ebb6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 Mar 2017 18:45:32 +0100 Subject: dthumb(1): Add -a and -R to documentation --- bin/dthumb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bin/dthumb b/bin/dthumb index f7ea418..0c691c9 100755 --- a/bin/dthumb +++ b/bin/dthumb @@ -77,7 +77,7 @@ dthumb - Generate file index with thumbnails for a directory. =head1 SYNOPSIS -B [B<-nr>] [B<-d> I] [B<-s> I] [B<-t> I] +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 -- cgit v1.2.3