From d03c5624ce92b1f390fbabc4bb5d8feb414fac1b Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 6 Mar 2009 13:46:32 -0800 Subject: [PATCH] driveGnuPlots: more complete usage message Ignore-this: e0821e2a1c464718be811a958d1f11ba darcs-hash:20090306214632-0cb85-ecd795be11554b1669f23ef2e72bf21e35ee0297.gz --- driveGnuPlots.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index bae1f8e..d786692 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -25,6 +25,9 @@ where mandatory options are (in order): Stream_WindowSampleSize this many samples Stream_YRangeMin Stream_YRangeMax Min and Max y values +also + --[no]stream Do [not] display the data a point at a time, as it comes in + --[no]lines Do [not] draw lines to connect consecutive points OEF exit(1); }