Skip to content

Commit

Permalink
corrected command line example
Browse files Browse the repository at this point in the history
To list available BIOS attributes, rf_bios_settings.py shall be executed without the `-a` option, with or without a related value, just like that:
```
rf_bios_settings.py -u root -p root -r https://192.168.1.100
```
  • Loading branch information
gf-mse authored Jul 26, 2024
1 parent 656a20a commit 90560fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rf_bios_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The tool will then get the BIOS resource for the matching system.
Example; display attributes:

```
$ rf_bios_settings.py -u root -p root -r https://192.168.1.100 -a BiosMode Legacy
$ rf_bios_settings.py -u root -p root -r https://192.168.1.100
BIOS Settings:
Attribute Name | Current Setting | Future Setting
Expand Down

0 comments on commit 90560fc

Please sign in to comment.