From bd3067e114c59702b91671c505011860f4f9e705 Mon Sep 17 00:00:00 2001 From: jnthn Date: Mon, 29 Oct 2012 19:48:53 +0100 Subject: Improve a message; Coke++. --- Configure.pl | 4 ++-- 1 file 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; -- cgit v1.1