From 490799b7725f9a173fec6945c7dd927dd9aa5801 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 16 Aug 2016 13:38:39 -0700 Subject: update help message of unit tester --- tools/unit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unit.sh b/tools/unit.sh index c4a85d2..756a994 100755 --- a/tools/unit.sh +++ b/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 -- cgit 1.4.1