oe-run-native: fix typo

(From OE-Core rev: 3038c0d628f24499c1a0661f54c3c284828a42c6)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2019-12-10 12:38:56 +00:00
committed by Richard Purdie
parent ad4bafd165
commit d22ad607e9

View File

@@ -16,7 +16,7 @@ if [ $# -lt 1 -o "$1" = '--help' -o "$1" = '-h' ] ; then
echo 'OpenEmbedded run-native - runs native tools'
echo ''
echo 'arguments:'
echo ' native-recipe The recipe which provoides tool'
echo ' native-recipe The recipe which provides tool'
echo ' tool Native tool to run'
echo ''
exit 2