From da4dd9bd439080cb699b982698d66137809d5b09 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 5 Feb 2010 14:33:46 -0800 Subject: [PATCH] improved --help message slightly --- feedGnuplot.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index dd18f3d..10fcbab 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -19,7 +19,10 @@ if(!$gnuplotVersion) close(GNUPLOT_VERSION); my $usage = < +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