aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check.in')
-rwxr-xr-xscripts/check.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check.in b/scripts/check.in
index 525d2a589..3aa9501bb 100755
--- a/scripts/check.in
+++ b/scripts/check.in
@@ -3,7 +3,7 @@
if [ $# == 0 -o $# -ge 3 ]
then
- echo "usage: ./mctestr regexp [jobs]"
+ echo "usage: ./check regexp [jobs]"
echo " makes and runs tests matching the regexp, with <jobs> concurrent make jobs"
exit 0
fi