From 4591324ccfae649701855f1c397bd1d12b56f022 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 9 Apr 2011 14:09:51 -0700 Subject: [PATCH] running with --help now returns 0 --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};