diff --git a/test/class/run_tests b/test/class/run_tests index b66cc3413b..3435cd50b2 100755 --- a/test/class/run_tests +++ b/test/class/run_tests @@ -51,10 +51,19 @@ else case "ompi_list": ./$target breaksw - case "help" - default + case "help" echo "correct use: " - echo " run_tests (to run all class tests)" + echo " run_tests help (this message)" + echo " run_tests all (to run all class tests)" + echo "or run_tests with any combination of the following: " + echo " " + break + default + echo "There is no program <$target> to run" + echo "correct use: " + echo " run_tests help (this message)" + echo " run_tests all (to run all class tests)" echo "or run_tests with any combination of the following: " echo " "