summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-01 21:43:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-01 21:43:21 +0100
commitef76ccd91ecddafb953554b6d4847a651e338d99 (patch)
tree6b73e6684152b1fcdc5b8048af82437dd66924de /bin
parent23d772e5dbbdc400785981b977e99a6808d731ed (diff)
Make options intuitive for both GetOptions-passing and manual setup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dthumb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dthumb b/bin/dthumb
index fa3f975..bd27f5c 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -30,7 +30,7 @@ GetOptions(
},
) or die("Please see perldoc -F $0\n");
-my $dthumb = App::Dthumb->new($opt);
+my $dthumb = App::Dthumb->new(%{$opt});
my $timer = Time::Progress->new();