]> code.ossystems Code Review - openembedded-core.git/commitdiff
runqemu: fix usage() help for MACHINE setting
authorScott Garman <scott.a.garman@intel.com>
Thu, 5 Jul 2012 15:50:35 +0000 (08:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jul 2012 15:58:16 +0000 (16:58 +0100)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/runqemu

index 9fdbd5487ee29fb789f55148edd607368eb986ec..328b6afad1f5f126db5de295a472d26dca895d0d 100755 (executable)
@@ -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"