running with --help now returns 0

This commit is contained in:
Dima Kogan 2011-04-09 14:09:51 -07:00
parent c7c7c3f216
commit 4591324ccf

View File

@ -98,7 +98,7 @@ sub interpretCommandline
# handle various cmdline-option errors
if ( $options->{help} )
{ pod2usage(1); }
{ pod2usage(0); }
$options->{curvestyleall} = '' unless defined $options->{curvestyleall};