aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2012-10-29 19:48:53 +0100
committerjnthn <jnthn@jnthn.net>2012-10-29 19:48:53 +0100
commitbd3067e114c59702b91671c505011860f4f9e705 (patch)
tree0e097012d20356e7ffbe01b71ac4ef42ad7f4e16 /Configure.pl
parentc0854b249c3692c71c6998fb45da4fe527183190 (diff)
Improve a message; Coke++.
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure.pl b/Configure.pl
index 35eb47f..92298d6 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -151,8 +151,8 @@ MAIN: {
}
else {
print "\nYou can now use '$make' to build $lang.\n";
- print "After that, '$make test' will run some tests and\n";
- print "'$make install' will install $lang.\n";
+ print "After that, '$make test' provides information on running tests\n";
+ print "and '$make install' will install $lang.\n";
}
exit 0;