diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-01 21:43:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-01 21:43:21 +0100 |
commit | ef76ccd91ecddafb953554b6d4847a651e338d99 (patch) | |
tree | 6b73e6684152b1fcdc5b8048af82437dd66924de /bin | |
parent | 23d772e5dbbdc400785981b977e99a6808d731ed (diff) |
Make options intuitive for both GetOptions-passing and manual setup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dthumb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |