From: Gabriel Corona Date: Tue, 29 Sep 2015 09:21:43 +0000 (+0200) Subject: [tesh] Fix usage sting in update_tesh.pl X-Git-Tag: v3_12~109 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5e62cd602e1c329c581224bdc8e475a1b7f8351b [tesh] Fix usage sting in update_tesh.pl --- diff --git a/tools/cmake/scripts/update_tesh.pl b/tools/cmake/scripts/update_tesh.pl index 5e0a06d174..bc78f15db8 100755 --- a/tools/cmake/scripts/update_tesh.pl +++ b/tools/cmake/scripts/update_tesh.pl @@ -10,7 +10,7 @@ use strict; use warnings; if($#ARGV!=1) { - die "Usage: perl make_tesh.pl \n"; + die "Usage: perl update_tesh.pl \n"; } my($directory)=$ARGV[0];