Changeset 4764


Ignore:
Timestamp:
2003-06-23T14:37:33+12:00 (21 years ago)
Author:
mdewsnip
Message:

Replaced call to removed function print_generic_usage() with a call to the new method for doing this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r4750 r4764  
    519519    print STDERR "\nThe $plugin_name plugin uses an incorrect general option (general options are those\n";
    520520    print STDERR "available to all plugins). Check your collect.cfg configuration file.\n";
    521         &print_general_usage($plugin_name);
     521        # &print_general_usage($plugin_name);
     522    $self->new_print_usage();
    522523    die "\n";
    523524    }
Note: See TracChangeset for help on using the changeset viewer.