From b25226658686583376e33eee7364b802b79463ed Mon Sep 17 00:00:00 2001 From: bradymiller Date: Mon, 19 Apr 2010 10:49:20 +0000 Subject: [PATCH] version change and minor typo fix --- contrib/forms/formmaker/README | 4 ++-- contrib/forms/formmaker/formscript.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/forms/formmaker/README b/contrib/forms/formmaker/README index 8806f6683..09f2df5d0 100644 --- a/contrib/forms/formmaker/README +++ b/contrib/forms/formmaker/README @@ -1,11 +1,11 @@ ************************************* -* Form Generating Script 3.0 * +* Form Generating Script 4.0 * ************************************* To run at the shell command line, type: -Perl formscript.pl [filename] +perl formscript.pl [filename] where filename is a text file with data relating to your form. If you run without a filename argument, a sample data file will be created in the same diff --git a/contrib/forms/formmaker/formscript.pl b/contrib/forms/formmaker/formscript.pl index 76b3c8fc5..2d880138b 100644 --- a/contrib/forms/formmaker/formscript.pl +++ b/contrib/forms/formmaker/formscript.pl @@ -19,7 +19,7 @@ GetOptions('noxl' => \$noxl, 'bigtable' => \$bigtable); my $documentation =<<'START'; ************************************* -* Form Generating Script 3.0 * +* Form Generating Script 4.0 * ************************************* To run at the shell command line, type: -- 2.11.4.GIT