mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
forgot "points" in the GetOpt list
Ignore-this: 5cbfb04372e86b2bc9d557d743d67976 darcs-hash:20090810195421-0cb85-78da4571d3bcbe6ad5ce78196db5a20f4e1951e8.gz
This commit is contained in:
parent
514203f76c
commit
de3a72fd36
@ -12,6 +12,7 @@ my %options = ( "stream" => 1,
|
|||||||
GetOptions(\%options,
|
GetOptions(\%options,
|
||||||
"stream!",
|
"stream!",
|
||||||
"lines!",
|
"lines!",
|
||||||
|
"points!",
|
||||||
"legend=s@",
|
"legend=s@",
|
||||||
"xlabel=s",
|
"xlabel=s",
|
||||||
"ylabel=s",
|
"ylabel=s",
|
||||||
|
Loading…
Reference in New Issue
Block a user