diff options
author | Drew Moseley <drew.moseley@northern.tech> | 2019-09-03 17:21:25 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 14:58:10 +0100 |
commit | 7ded301c3cb8123a55ffec2b9d668187c1080bc1 (patch) | |
tree | 4365ec7b2ae300be2ceff6d895dbc65aa40b44f6 /scripts/runqemu | |
parent | c5d7c65c9e8c2f43ac6e0e8ffeef9ede9b04a28c (diff) | |
download | poky-7ded301c3cb8123a55ffec2b9d668187c1080bc1.tar.gz |
runqemu: Fix typo in help text.
(From OE-Core rev: c745185b0c112530d1a3d1c57feea0754d68ebb2)
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 b520010624..4415e9b69f 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -82,7 +82,7 @@ of the following environment variables (in any order): | |||
82 | bootparams=<xyz> - specify custom kernel parameters during boot | 82 | bootparams=<xyz> - specify custom kernel parameters during boot |
83 | help, -h, --help: print this text | 83 | help, -h, --help: print this text |
84 | -d, --debug: Enable debug output | 84 | -d, --debug: Enable debug output |
85 | -q, --quite: Hide most output except error messages | 85 | -q, --quiet: Hide most output except error messages |
86 | 86 | ||
87 | Examples: | 87 | Examples: |
88 | runqemu | 88 | runqemu |