summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-12-29 09:33:43 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-12-29 09:33:43 +0100
commit59cf5a7a5f08e95a25ca189a1f4359025e7fcdf0 (patch)
tree9f59a8f6f67817400d7c9f945216fa6fcffb1567
parent4f524e65c462b02d6bdff9ab91775227cb70ebba (diff)
Update documentation
-rwxr-xr-xbin/gen-xhtml-thumbnails16
1 files changed, 15 insertions, 1 deletions
diff --git a/bin/gen-xhtml-thumbnails b/bin/gen-xhtml-thumbnails
index b682161..cd40658 100755
--- a/bin/gen-xhtml-thumbnails
+++ b/bin/gen-xhtml-thumbnails
@@ -133,7 +133,7 @@ gen-xhtml-thumbnails - Generate Thumbnails + Index for a set of images
=head1 SYNOPSIS
-B<gen-xhtml-thumbnails> [I<directory>]
+B<gen-xhtml-thumbnails> [I<options>] [I<directory>]
=head1 DESCRIPTION
@@ -146,3 +146,17 @@ If I<directory> is not specified, the current directory is used.
Note that only the images in the directory itself will be processed, recursion
is not supported.
+
+=head1 OPTIONS
+
+=over
+
+=item B<--css> I<file>
+
+Use I<file> for css definitions
+
+=item B<--title> I<title>
+
+Use I<title> as <title> for the XHTML output
+
+=back