fix for thumbnailer command line argument handler
This commit is contained in:
parent
b75ecdaa5e
commit
74b688810f
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue