From: Bernhard Reutner-Fischer Date: Fri, 27 Feb 2015 19:32:58 +0000 (+0100) Subject: scripts/runqemu: clarify help text X-Git-Tag: 2015-4~241 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0542472969d0eb28fd44da97e4e01d69d864d157;p=openembedded-core.git scripts/runqemu: clarify help text Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Richard Purdie --- 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"