Update help message for test script

This commit is contained in:
Max Brunsfeld 2016-02-02 12:31:13 -08:00
parent 1c9dff6dad
commit 2da716d659

View file

@ -6,7 +6,7 @@ function usage {
cat <<-EOF
USAGE
$0 [-dghv] [-f focus-string]
$0 [-dgGhv] [-f focus-string]
OPTIONS
@ -14,7 +14,9 @@ OPTIONS
-d run tests in a debugger (either lldb or gdb)
-g run tests with valgrind
-g run tests with valgrind's memcheck tool
-G run tests with valgrind's memcheck tool, including a full leak check
-v run tests with verbose output