Changeset 19503 for util

Show
Ignore:
Timestamp:
01/16/08 05:02:02 (10 months ago)
Author:
agentz
Message:

[smartlinks.pl] prints usage info when GetOptions? fails

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/smartlinks.pl

    r17640 r19503  
    815815        'dir=s'       => \$dir, 
    816816        'line-anchor' => \$line_anchor, 
    817     ); 
     817    ) or help(); 
    818818 
    819819    if ($help || !@ARGV && !$dir) {