forgot "points" in the GetOpt list

Ignore-this: 5cbfb04372e86b2bc9d557d743d67976

darcs-hash:20090810195421-0cb85-78da4571d3bcbe6ad5ce78196db5a20f4e1951e8.gz
This commit is contained in:
Dima Kogan 2009-08-10 12:54:21 -07:00
parent 514203f76c
commit de3a72fd36

View File

@ -12,6 +12,7 @@ my %options = ( "stream" => 1,
GetOptions(\%options,
"stream!",
"lines!",
"points!",
"legend=s@",
"xlabel=s",
"ylabel=s",