fix for thumbnailer command line argument handler

This commit is contained in:
Colin Kuskie 2007-03-20 16:37:49 +00:00
parent b75ecdaa5e
commit 74b688810f
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
Technologies)
- fix: Bug in thumbnailer.pl
- fix: Events userDefined fields now work.
- fix: Bug in thumbnailer.pl revisited ("guiuser")
7.3.12

View file

@ -33,7 +33,7 @@ my $ok = GetOptions(
'path=s'=>\$path
);
if ($help || ($path && $ok) ) {
if ($help || !($path && $ok) ) {
print <<USAGE;
Usage: perl $0 --path=/path/to/files [--size=thumbnailSize] [--missing]