71,72c71,77
<     if ($target_ext =~ m/.*/i) {
<         $shortcut_name = $target_name . $target_ext;
---
>     if (exists $opts{'description'}) {
>         $shortcut_name = $opts{'description'};
>     }
>     else {
>         if ($target_ext =~ m/.*/i) {
>             $shortcut_name = $target_name . $target_ext;
>         }
