From bd0120cdb2e371e620999d749cba741287da3094 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 28 Feb 2011 20:02:49 +0100 Subject: Make HTML document title configurable via -t/--title option --- bin/dthumb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin/dthumb') diff --git a/bin/dthumb b/bin/dthumb index dcf82cf..fa3f975 100755 --- a/bin/dthumb +++ b/bin/dthumb @@ -20,11 +20,12 @@ GetOptions( $opt, qw{ help|h - size|d=i - spacing|s=f no-lightbox|L no-names|n quality|q=i + size|d=i + spacing|s=f + title|t=s version|v }, ) or die("Please see perldoc -F $0\n"); @@ -114,6 +115,10 @@ no border at all, etc. Defaults to 1.1 +=item B<-t>, B<--title> I + +Set HTML document title. Defaults to the basename of the current directory + =item B<-q>, B<--quality> I Set thumbnail quality. -- cgit v1.2.3