mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
running with --help now returns 0
This commit is contained in:
parent
c7c7c3f216
commit
4591324ccf
@ -98,7 +98,7 @@ sub interpretCommandline
|
||||
|
||||
# handle various cmdline-option errors
|
||||
if ( $options->{help} )
|
||||
{ pod2usage(1); }
|
||||
{ pod2usage(0); }
|
||||
|
||||
$options->{curvestyleall} = '' unless defined $options->{curvestyleall};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user