cross-plat-dev-utils/build_all.pl
changeset 40 68f68128601f
parent 6 787612182dd0
--- a/cross-plat-dev-utils/build_all.pl	Mon Nov 15 10:57:53 2010 +0000
+++ b/cross-plat-dev-utils/build_all.pl	Thu Nov 25 13:59:07 2010 +0000
@@ -49,7 +49,7 @@
         print "This script cleans all TOOLS2 targets with Raptor, " .
 			"except Raptor itself and any that were broken upstream when last checked.\n";
         print "Valid arguments are -h, --help; -k, --keepgoing, or none.\n";
-		print "-k, --keepgoing makes the script carry on after a failed clean,\n";
+		print "-k, --keepgoing makes the script carry on after a failed build,\n";
 		exit 0;  
 	} elsif (grep(/$ARGV[0]/,("-k","--keepgoing"))) {
 		$keepgoing = 1;