summary refs log tree commit diff
path: root/tools/unit.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-08-16 13:38:39 -0700
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-08-16 13:38:39 -0700
commit490799b7725f9a173fec6945c7dd927dd9aa5801 (patch)
tree00afb8dd521da7ef2e32912792c510dca240160c /tools/unit.sh
parentcad13d0dce46dbbb42140a40f32245f73672dc39 (diff)
downloadroux-490799b7725f9a173fec6945c7dd927dd9aa5801.tar.gz
update help message of unit tester
Diffstat (limited to 'tools/unit.sh')
-rwxr-xr-xtools/unit.sh2
1 files changed, 1 insertions, 1 deletions
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