mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
util/nvmutil: fix a comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -267,7 +267,7 @@ set_cmd(int argc, char *argv[])
|
||||
|
||||
/*
|
||||
* No extra args: ./nvmutil gbe.bin
|
||||
* Equivalent: ./nvm gbe.bin setmac xx:xx:xx:xx:xx:xx
|
||||
* Equivalent: ./nvmutil gbe.bin setmac xx:xx:xx:xx:xx:xx
|
||||
*/
|
||||
if (argc == 2) {
|
||||
cmd = cmd_setmac;
|
||||
|
||||
Reference in New Issue
Block a user