]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
buildtests.sh: fix usage
authorAntti Kantee <pooka@iki.fi>
Thu, 22 Oct 2015 01:13:34 +0000 (01:13 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 22 Oct 2015 01:13:34 +0000 (01:13 +0000)
tests/buildtests.sh

index a0039da09e927921a76ded34a20ee65f3ea014b5..a2f6b28f4e7990e22e03b2ac41abf40bd531115f 100755 (executable)
@@ -22,7 +22,7 @@ while getopts 'kqh' opt; do
                TESTCONFIGURE=false
                ;;
        'h'|'?')
-               echo "$0 [-k|-q] MACHINE PLATFORM [ELF]"
+               echo "$0 [-k|-q]"
                exit 1
        esac
 done