From 347f7ca2a6bd8805b958606c2ae6240284b689c8 Mon Sep 17 00:00:00 2001 From: matslina Date: Sun, 3 Oct 2010 19:11:09 +0000 Subject: [PATCH] s/-a/-b/ in the help message git-svn-id: https://awib.googlecode.com/svn/trunk@105 45282222-9dd6-11dd-93a9-677c3c677ea2 --- systest/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systest/run.sh b/systest/run.sh index b354806..3d4d14b 100644 --- a/systest/run.sh +++ b/systest/run.sh @@ -27,7 +27,7 @@ while getopts "ht:c:s:b:m:" opt; do echo >&2 -e "\t-h\tprint this message" echo >&2 -e "\t-t T\ttest for compile target T ($ALL_TARGETS)" echo >&2 -e "\t-c C\trun test case C ($ALL_TEST_CASES)" - echo >&2 -e "\t-a A\tuse awib build A ($AWIB_BUILD)" + echo >&2 -e "\t-b A\tuse awib build A ($AWIB_BUILD)" echo >&2 -e "\t-m M\tuse method M to run awib ($ALL_METHODS)" exit 0 ;;