From e613ac2459d03b0052376f341f53fb494403d612 Mon Sep 17 00:00:00 2001 From: Laura Casswell Date: Fri, 3 Sep 2004 13:55:53 +0000 Subject: [PATCH] fix help line This commit was SVN r2468. --- test/mca/gpr/run_tests | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/mca/gpr/run_tests b/test/mca/gpr/run_tests index bf4bf66883..6a0374a78c 100755 --- a/test/mca/gpr/run_tests +++ b/test/mca/gpr/run_tests @@ -47,8 +47,9 @@ else echo "There is no test <$target> to run" echo "correct use: " echo " run_tests help (this message)" - echo " run_tests all (to run all mca ns tests)" - echo "or run_tests < test_gpr_replica >" + echo " run_tests all (to run all mca gpr tests)" + echo "or run_tests with any of the following: " + echo " < test_gpr_replica | test_gpr_proxy >" break endsw end