diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-08-16 13:38:39 -0700 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-08-16 13:38:39 -0700 |
commit | 490799b7725f9a173fec6945c7dd927dd9aa5801 (patch) | |
tree | 00afb8dd521da7ef2e32912792c510dca240160c /tools | |
parent | cad13d0dce46dbbb42140a40f32245f73672dc39 (diff) | |
download | roux-490799b7725f9a173fec6945c7dd927dd9aa5801.tar.gz |
update help message of unit tester
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/unit.sh | 2 |
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 |