Browse Source

update help message of unit tester

Quentin Carbonneaux 9 years ago
parent
commit
490799b772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/unit.sh

+ 1 - 1
tools/unit.sh

@@ -91,7 +91,7 @@ once() {
 
 if test -z "$1"
 then
-	echo "usage: test/go.sh {all, SSAFILE}" 2>&1
+	echo "usage: tools/unit.sh {all, SSAFILE}" 2>&1
 	exit 1
 fi