]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts: runqemu: remove QEMUARCH from help message
authorRuslan Bilovol <ruslan.bilovol@gmail.com>
Fri, 6 Nov 2015 14:09:06 +0000 (16:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:37:23 +0000 (11:37 +0000)
The QEMUARCH env variable is not used since commit
"d469c92 classes/imagetest-qemu: remove old image
testing class". Remove it from help message so
it will not confuse other people

Signed-off-by: Ruslan Bilovol <ruslan.bilovol@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu

index 373202a2b741d6eec7433812bc8f2d4031404470..46918e2af5449af1792fa3aec7d8baf4caac0bab 100755 (executable)
@@ -22,7 +22,6 @@ usage() {
     echo ""
     echo "Usage: you can run this script with any valid combination"
     echo "of the following environment variables (in any order):"
-    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 - the machine name (optional, autodetected from KERNEL filename if unspecified)"