Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] Fix usage sting in update_tesh.pl
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 29 Sep 2015 09:21:43 +0000 (11:21 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 29 Sep 2015 09:26:37 +0000 (11:26 +0200)
tools/cmake/scripts/update_tesh.pl

index 5e0a06d..bc78f15 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 use warnings;
 
 if($#ARGV!=1) {
 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];
 }
 
 my($directory)=$ARGV[0];