From a81dda87a1781af7743b60b6f62f3491e5f0401a Mon Sep 17 00:00:00 2001 From: Will Foster Date: Wed, 6 Apr 2022 14:11:49 +0100 Subject: [PATCH] doc: typo in --set-bios-attribute example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6370af..8d0b2e4 100644 --- a/README.md +++ b/README.md @@ -433,11 +433,11 @@ badfish -H mgmt-your-server.example.com -u root -p yourpass --get-bios-attribute ``` #### Setting UEFI mode ```bash -badfish -H mgmt-your-server.example.com -u root -p yourpass --set-bios-attribute --attribute Bootmode --value Uefi +badfish -H mgmt-your-server.example.com -u root -p yourpass --set-bios-attribute --attribute BootMode --value Uefi ``` ### Setting BIOS mode ```bash -badfish -H mgmt-your-server.example.com -u root -p yourpass --set-bios-attribute --attribute Bootmode --value Bios +badfish -H mgmt-your-server.example.com -u root -p yourpass --set-bios-attribute --attribute BootMode --value Bios ``` NOTE: