[OE-core] [PATCH 2/2] runqemu: fix usage() help for MACHINE setting

Scott Garman scott.a.garman at intel.com
Thu Jul 5 17:12:21 UTC 2012


Partial fix for [YOCTO #2611]

Signed-off-by: Scott Garman <scott.a.garman at intel.com>
---
 scripts/runqemu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 84674e2..8d149a2 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -25,7 +25,7 @@ usage() {
     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"
-    echo "  MACHINE=xyz - the machine name (optional, autodetected from KERNEL filename if unspecified)"
+    echo "  MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)"
     echo "  Simplified QEMU command-line options can be passed with:"
     echo "    nographic - disables video console"
     echo "    serial - enables a serial console on /dev/ttyS0"
-- 
1.7.9.5





More information about the Openembedded-core mailing list