Index: /trunk/psconfig/pscheckperl
===================================================================
--- /trunk/psconfig/pscheckperl	(revision 12856)
+++ /trunk/psconfig/pscheckperl	(revision 12857)
@@ -108,5 +108,5 @@
     if ($Nmissing > 0) {
 	print "$Nmissing perl modules are missing from your system\n";
-	print "you may install them in your local path by re-running psperlmods with -build\n";
+	print "you may install them in your local path by re-running pscheckperl with -build\n";
     } else {
 	print "no perl modules are missing from your system\n";
@@ -116,5 +116,5 @@
 
 sub usage {
-    print STDERR "USAGE: ckperlmods [-version] [-build]\n";
+    print STDERR "USAGE: ckperlperl [-version] [-build]\n";
     exit 2;
 }
