Skip to content

Commit

Permalink
doc: typo in --set-bios-attribute example
Browse files Browse the repository at this point in the history
  • Loading branch information
sadsfae committed Apr 6, 2022
1 parent d2d1c4c commit a81dda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit a81dda8

Please sign in to comment.