mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
'--stream --hardcopy' is now an error, not a warning
This commit is contained in:
parent
deaa85dbd3
commit
669fb8dee6
@ -163,8 +163,8 @@ sub interpretCommandline
|
||||
|
||||
if ( defined $options{hardcopy} && defined $options{stream} )
|
||||
{
|
||||
print STDERR "Warning: since we're making a hardcopy, I'm disabling streaming\n";
|
||||
delete $options{stream};
|
||||
print STDERR "--stream doesn't make sense together with --hardcopy\n";
|
||||
exit -1;
|
||||
}
|
||||
|
||||
# parse stream option. Allowed only numbers >= 0 or 'trigger'. After this code
|
||||
|
Loading…
Reference in New Issue
Block a user