Changeset 195

Show
Ignore:
Timestamp:
11/07/06 16:41:32 (7 years ago)
Author:
max
Message:

Sigh.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shepherd

    r193 r195  
    156156# Any options Shepherd doesn't understand, we'll pass to the grabber(s) 
    157157Getopt::Long::Configure(qw/pass_through/); 
    158  
     158&get_command_line_options; 
     159 
     160if ($opt->{version}) { print "$version\n"; exit 0; }  # This is horrible 
    159161$| = 1;  
    160162print ucfirst($progname) . " v$version\n\n"; 
    161  
    162 &get_command_line_options; 
    163163 
    164164exit 0 if ($opt->{version});