aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-02-27 20:32:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-05 17:47:10 +0000
commit0542472969d0eb28fd44da97e4e01d69d864d157 (patch)
tree8bfc33100f118bb2e74744b7a40b9b629511f099
parent840fccf8ec7691f03deeb167487cde941ebea8bf (diff)
downloadopenembedded-core-contrib-0542472969d0eb28fd44da97e4e01d69d864d157.tar.gz
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>
-rwxr-xr-xscripts/runqemu2
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"