From bda21407ddc3585f4feb4d1c305ae16733b34499 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Wed, 11 May 2016 19:39:09 +0200 Subject: Fix help output of buildtests and check scripts --- scripts/buildtests.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/buildtests.in') diff --git a/scripts/buildtests.in b/scripts/buildtests.in index d2fd10276..526d5b74b 100755 --- a/scripts/buildtests.in +++ b/scripts/buildtests.in @@ -2,7 +2,7 @@ if [[ $# != 1 || $1 == *help ]] then - echo "usage: ./check regexp" + echo "usage: $0 regexp" echo " Builds tests matching the regexp." echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'." echo " For example, to launch 5 concurrent builds, use EIGEN_MAKE_ARGS='-j5'" -- cgit v1.2.3