diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-02-27 20:32:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-05 17:47:10 +0000 |
commit | 0542472969d0eb28fd44da97e4e01d69d864d157 (patch) | |
tree | 8bfc33100f118bb2e74744b7a40b9b629511f099 /scripts | |
parent | 840fccf8ec7691f03deeb167487cde941ebea8bf (diff) | |
download | openembedded-core-0542472969d0eb28fd44da97e4e01d69d864d157.tar.gz openembedded-core-0542472969d0eb28fd44da97e4e01d69d864d157.tar.bz2 openembedded-core-0542472969d0eb28fd44da97e4e01d69d864d157.zip |
scripts/runqemu: clarify help text
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 7ba92fb927..1277e82dd9 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -21,7 +21,7 @@ usage() { MYNAME=`basename $0` echo "" echo "Usage: you can run this script with any valid combination" - echo "of the following options (in any order):" + echo "of the following environment variables (in any order):" echo " QEMUARCH - the qemu machine architecture to use" echo " KERNEL - the kernel image file to use" echo " ROOTFS - the rootfs image file or nfsroot directory to use" |