mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
don't need to autoflush STDOUT since I'm not using it
Ignore-this: 2a146ee2c7f2d31b301b8dbbc9afdcb1 darcs-hash:20091206222051-0cb85-f1b9ce050557a2b9b6797b8a3ece9386972a405e.gz
This commit is contained in:
parent
09b11a81f7
commit
153045d95a
@ -8,8 +8,6 @@ use Data::Dumper;
|
|||||||
use threads;
|
use threads;
|
||||||
use Thread::Queue;
|
use Thread::Queue;
|
||||||
|
|
||||||
autoflush STDOUT 1;
|
|
||||||
|
|
||||||
my $usage = <<OEF;
|
my $usage = <<OEF;
|
||||||
Usage: $0 <options>
|
Usage: $0 <options>
|
||||||
--[no]stream Do [not] display the data a point at a time, as it comes in
|
--[no]stream Do [not] display the data a point at a time, as it comes in
|
||||||
|
Loading…
Reference in New Issue
Block a user