From 24f02d58a758de29e93727ce0219d28f1ae8aead Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Thu, 5 Jul 2012 08:50:35 -0700 Subject: runqemu: fix usage() help for MACHINE setting (From OE-Core rev: 36482a0064993b047829631d063beadbc03f2cbf) Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu') diff --git a/scripts/runqemu b/scripts/runqemu index 9fdbd5487e..328b6afad1 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" -- cgit v1.2.3-54-g00ecf