Ignore:
Timestamp:
05/18/09 14:17:16 (15 years ago)
Author:
nanardon
Message:
  • add site object
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/bin/la-sync

    r83 r132  
    2121 
    2222GetOptions( 
    23     'c|config=s' => \my $config, 
    24     'help'       => sub { pod2usage(0) }, 
    25     'from=s'     => \my $from, 
    26     'to=s'       => \my @to, 
    27     'nocreate'   => \my $nocreate, 
    28     'test'       => \my $test, 
    29     'o|object=s' => \my $otype, 
     23    'c|config=s'   => \my $config, 
     24    'help'         => sub { pod2usage(0) }, 
     25    'from=s'       => \my $from, 
     26    'to=s'         => \my @to, 
     27    'nocreate'     => \my $nocreate, 
     28    'test'         => \my $test, 
     29    'o|object=s'   => \my $otype, 
     30    's|syncname=s' => \my $syncname, 
    3031) or pod2usage(); 
    3132 
     
    5051 
    5152my $sync = $LA->create_synchro( 
    52     $ARGV[0], 
     53    $syncname, 
    5354    from => $from, 
    5455    to => (@to ? [ @to ] : undef), 
Note: See TracChangeset for help on using the changeset viewer.