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-09 15:58:00 +0000 |
commit | efc7f04f92eedbc3a6409ae3fa231a69bb57ac4e (patch) | |
tree | 82a0ab28ea172b3db86bbfb85f3d1713c68e9b06 /scripts | |
parent | 21e2c03a004c5e61a4cef56d157fb99f781c1b2c (diff) | |
download | poky-efc7f04f92eedbc3a6409ae3fa231a69bb57ac4e.tar.gz |
scripts/runqemu: clarify help text
(From OE-Core rev: 0542472969d0eb28fd44da97e4e01d69d864d157)
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() { | |||
21 | MYNAME=`basename $0` | 21 | MYNAME=`basename $0` |
22 | echo "" | 22 | echo "" |
23 | echo "Usage: you can run this script with any valid combination" | 23 | echo "Usage: you can run this script with any valid combination" |
24 | echo "of the following options (in any order):" | 24 | echo "of the following environment variables (in any order):" |
25 | echo " QEMUARCH - the qemu machine architecture to use" | 25 | echo " QEMUARCH - the qemu machine architecture to use" |
26 | echo " KERNEL - the kernel image file to use" | 26 | echo " KERNEL - the kernel image file to use" |
27 | echo " ROOTFS - the rootfs image file or nfsroot directory to use" | 27 | echo " ROOTFS - the rootfs image file or nfsroot directory to use" |