If the options couldn't be parsed I don't dump the whole manpage

This commit is contained in:
Dima Kogan 2016-11-25 13:33:48 -08:00
parent 4958bda912
commit b0877a8926

View File

@ -108,9 +108,7 @@ sub interpretCommandline
'terminal=s',
'rangesize=s{2}', 'rangesizeall=i', 'extraValuesPerPoint=i',
'help', 'dump', 'exit', 'version',
'geometry=s') or pod2usage( -exitval => 1,
-verbose => 1, # synopsis and args
-output => \*STDERR );
'geometry=s') or exit 1;
# handle various cmdline-option errors