Changeset 231


Ignore:
Timestamp:
04/10/06 12:42:27 (18 years ago)
Author:
nanardon
Message:
  • allow to add a plugin directory from command line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/bin/obsdata

    r214 r231  
    3232    'only-new' => \my $onlynew, 
    3333    'only-old' => \my $onlyold, 
     34    'plugindir=s' => \my $plugindir, 
    3435) or pod2usage(); 
    3536 
     
    7172Print short help message 
    7273 
     74=item --plugindir dir 
     75 
     76Also check plugin in dir 
     77 
    7378=back 
    7479 
     
    103108    verbose => 0, 
    104109    dry_run => $dryrun, 
     110    plugindir => $plugindir, 
    105111    logcallback => sub { 
    106112        return if($_[0] < $verbose); 
Note: See TracChangeset for help on using the changeset viewer.