Ignore:
Timestamp:
01/18/10 15:27:20 (14 years ago)
Author:
nanardon
Message:
  • error messages goes to STDERR
File:
1 edited

Legend:

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

    r655 r656  
    4646=cut 
    4747 
    48 if (!$ARGV[0]) {print "You must specify 'obj_id', aborting\n"; pod2usage(); } 
     48if (!$ARGV[0]) {warn "You must specify 'obj_id', aborting\n"; pod2usage(); } 
    4949 
    5050my $LA = LATMOS::Accounts->new($config, noacl => 1); 
Note: See TracChangeset for help on using the changeset viewer.