
From: Simon Glass <sjg@chromium.org> Fix a small typo in the help. Signed-off-by: Simon Glass <sjg@chromium.org> --- scripts/build_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_helper.py b/scripts/build_helper.py index 136d27da61b..72d4a8734f9 100644 --- a/scripts/build_helper.py +++ b/scripts/build_helper.py @@ -311,7 +311,7 @@ def add_common_args(parser): help='Run QEMU with serial only (no display)') parser.add_argument( '-S', '--scsi', action='store_true', - help='Attach root disk using virtio-sci instead of virtio-blk') + help='Attach root disk using virtio-scsi instead of virtio-blk') parser.add_argument( '-t', '--root', help='Pass the given root device to linux via root=xxx') -- 2.43.0