X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=blobdiff_plain;f=lib%2FApp%2FMusicExpo.pm;h=60c5c087156164daec33bcb3d09cdb3b13537052;hp=967e9f4013c95de29ca97e54db6bfa91f20140e2;hb=598a92c5fd17bb4e57ad3ab108c8fb394fae0c90;hpb=6a1f7df933501d8b892e6f38528e1aa804130c6f diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 967e9f4..60c5c08 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -26,9 +26,9 @@ our $cache=''; our $template=''; GetOptions ( - "template=s" => \$template, - "prefix=s" => \$prefix, - "cache=s" => \$cache, + "template:s" => \$template, + "prefix:s" => \$prefix, + "cache:s" => \$cache, );