diff --git a/bin/feedGnuplot b/bin/feedGnuplot index b74d9a4..14fbd65 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -98,7 +98,7 @@ sub interpretCommandline # handle various cmdline-option errors if ( $options->{help} ) - { pod2usage(1); } + { pod2usage(0); } $options->{curvestyleall} = '' unless defined $options->{curvestyleall};