Changeset 2659

Show
Ignore:
Timestamp:
06/30/08 18:57:52 (12 months ago)
Author:
bchoate
Message:

Applied patch from Ogawa-san for BugId:80311 to fix display of command-line help if parameters are invalid.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/Tool.pm

    r1950 r2659  
    6464        $class->options(), 
    6565    ); 
    66     usage(), exit if !$opts_good; 
     66    $class->show_usage(), exit if !$opts_good; 
    6767 
    6868    return $verbose;