From 5e62cd602e1c329c581224bdc8e475a1b7f8351b Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 29 Sep 2015 11:21:43 +0200 Subject: [PATCH] [tesh] Fix usage sting in update_tesh.pl --- tools/cmake/scripts/update_tesh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.20.1