mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
ad4bafd165
commit
d22ad607e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user