[oe-commits] Scott Garman : runqemu: fix usage() help for MACHINE setting

git at git.openembedded.org git at git.openembedded.org
Mon Jul 9 16:00:43 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 36482a0064993b047829631d063beadbc03f2cbf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=36482a0064993b047829631d063beadbc03f2cbf

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Thu Jul  5 08:50:35 2012 -0700

runqemu: fix usage() help for MACHINE setting

Signed-off-by: Scott Garman <scott.a.garman at intel.com>

---

 scripts/runqemu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 9fdbd54..328b6af 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"





More information about the Openembedded-commits mailing list