diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-07-05 08:50:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:58:16 +0100 |
commit | 36482a0064993b047829631d063beadbc03f2cbf (patch) | |
tree | cf9217cfb8575441210cef4f8399e13ca66253d9 /scripts/runqemu | |
parent | ebcf949853ff667478a1ea1d3f1f8f41d643e708 (diff) | |
download | openembedded-core-contrib-36482a0064993b047829631d063beadbc03f2cbf.tar.gz |
runqemu: fix usage() help for MACHINE setting
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 9fdbd5487ee..328b6afad1f 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" |