mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
improved --help message slightly
This commit is contained in:
parent
68843f226e
commit
da4dd9bd43
@ -19,7 +19,10 @@ if(!$gnuplotVersion)
|
||||
close(GNUPLOT_VERSION);
|
||||
|
||||
my $usage = <<OEF;
|
||||
Usage: $0 <options>
|
||||
Usage: $0 [options] file1 file2 ...
|
||||
any number of data files can be given on the cmdline. They will be processed
|
||||
in sequence. If no data files are given, data will be read in from standard
|
||||
input.
|
||||
|
||||
--[no]domain If enabled, the first element of each line is the
|
||||
domain variable. If not, the point index is used
|
||||
|
Loading…
Reference in New Issue
Block a user