Fixed typo

This commit is contained in:
stylesuxx
2020-04-19 23:45:55 +02:00
parent 17368a3db3
commit a97f4aa23b

View File

@@ -25,7 +25,7 @@ sudo ./amdvbflash -s 0 <file>
``` ```
Now we can flash the new vBIOS to our card. Now we can flash the new vBIOS to our card.
The following commands will write the vBIOS image in file `<file>` to flash ROM in adapter `0`. Notice that the `-f` option is not support in external versions. The following commands will write the vBIOS image in file `<file>` to flash ROM in adapter `0`. Notice that the `-f` option is not supported in external versions.
```sh ```sh
sudo ./amdvbflash -f -p 0 <file> sudo ./amdvbflash -f -p 0 <file>