diff options
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-x | scripts/poky-qemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index caac03c254..c74a16f4a6 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | if [ "x$1" = "x" ]; then | 19 | if [ "x$1" = "x" ]; then |
20 | MYNAME=`basename $0` | 20 | MYNAME=`basename $0` |
21 | echo -e "\nRun as MACHINE=xyz $MYNAME ZIMAGE IMAGEFILE" | 21 | echo "Run as MACHINE=xyz $MYNAME ZIMAGE IMAGEFILE" |
22 | echo "where:" | 22 | echo "where:" |
23 | echo " ZIMAGE - the kernel image file to use" | 23 | echo " ZIMAGE - the kernel image file to use" |
24 | echo " IMAGEFILE - the image file/location to use" | 24 | echo " IMAGEFILE - the image file/location to use" |