diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 7f68ac9..39c48ba 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -193,7 +193,7 @@ GetOptions(\%options, # handle various cmdline-option errors if( $options{help} ) { - say STDERR $usage; + print STDERR "$usage\n"; exit 0; }