Ignore:
Timestamp:
2004-03-09T15:13:29+13:00 (20 years ago)
Author:
kjdon
Message:

changed some error messages, and put sort type back to string - I forgot about the nosort option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZCompactList.pm

    r6980 r6985  
    5353      { 'name' => "sort",
    5454    'desc' => "{AZCompactList.sort}",
    55     'type' => "metadata",
     55    'type' => "string",
    5656    'deft' => "Title",
    5757    'reqd' => "no" },
     
    160160    if (!$metaname) {
    161161    my $outhandle = $self->{'outhandle'};
    162     print $outhandle "AZCompactList used with no metadata name to classify by\n";
    163     die "\n";
     162    print $outhandle "AZCompactList Error: required option -metadata not supplied\n";
     163    $self->print_txt_usage(""); 
     164    die "AZCompactList Error: required option -metadata not supplied\n";
    164165    }
    165166
Note: See TracChangeset for help on using the changeset viewer.