Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As we don't have thread contexts everywhere (windows, for now), don't execute tests...
[simgrid.git] / tools / cmake / scripts / update_tesh.pl
index 5e0a06d..bc78f15 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 use warnings;
 
 if($#ARGV!=1) {
-    die "Usage: perl make_tesh.pl <directory> <old.tesh>\n";
+    die "Usage: perl update_tesh.pl <directory> <old.tesh>\n";
 }
 
 my($directory)=$ARGV[0];