mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +08:00
If the options couldn't be parsed I don't dump the whole manpage
This commit is contained in:
parent
4958bda912
commit
b0877a8926
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user