From 6a7cea9dbd872a506d18742bbaec086628e96e4e Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Tue, 19 Mar 2024 18:01:19 +0100 Subject: [PATCH] README.md: fix format parameter linuxkit build expects '--format' or '-f' and not '-format' Signed-off-by: Christoph Ostarek --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65aab1469..22db8cc3e 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Once you have built the tool, use ``` linuxkit build linuxkit.yml ``` -to build the example configuration. You can also specify different output formats, eg `linuxkit build -format raw-bios linuxkit.yml` to -output a raw BIOS bootable disk image, or `linuxkit build -format iso-efi linuxkit.yml` to output an EFI bootable ISO image. See `linuxkit build -help` for more information. +to build the example configuration. You can also specify different output formats, eg `linuxkit build --format raw-bios linuxkit.yml` to +output a raw BIOS bootable disk image, or `linuxkit build --format iso-efi linuxkit.yml` to output an EFI bootable ISO image. See `linuxkit build -help` for more information. ### Booting and Testing