Skip to content

Commit

Permalink
s/-a/-b/ in the help message
Browse files Browse the repository at this point in the history
git-svn-id: https://awib.googlecode.com/svn/trunk@105 45282222-9dd6-11dd-93a9-677c3c677ea2
  • Loading branch information
matslina committed Oct 3, 2010
1 parent 1d318ca commit 347f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 347f7ca

Please sign in to comment.