Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny speed optim
[simgrid.git] / tools / cmake / scripts / update_tesh.pl
index 5e0a06d..2095cdc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2012, 2014. The SimGrid Team.
+# Copyright (c) 2012-2018. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -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];