View | Details | Raw Unified
Collapse All | Expand All

(-) last.fm-ripper (-1 / +1 lines)
 Lines 38-44    Link Here 
Getopt::Long::Configure("pass_through");
Getopt::Long::Configure("pass_through");
GetOptions(  'help|?' => \$help,
GetOptions(  'help|?' => \$help,
             'debug|d' => \$debug,
             'debug|d' => \$debug,
             'no_covers|n' => $no_covers,
             'no_covers|n' => \$no_covers,
             'artist|a=s' => \$artist,
             'artist|a=s' => \$artist,
             'username|u=s' => \$username,
             'username|u=s' => \$username,
             'password|p=s' => \$password,
             'password|p=s' => \$password,