README.md, main: update probe-firmware message

This commit is contained in:
Gwenhael Goavec-Merou
2026-05-25 18:42:18 +02:00
parent 7ae2825b5b
commit 0818a404c9
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -986,7 +986,7 @@ int parse_opt(int argc, char **argv, struct arguments *args,
cxxopts::value<unsigned int>(args->offset))
("pins", "pin config TDI:TDO:TCK:TMS or MOSI:MISO:SCK:CS[:HOLDN:WPN]",
cxxopts::value<std::vector<std::string>>(pins))
("probe-firmware", "firmware for JTAG probe (usbBlasterII)",
("probe-firmware", "firmware for JTAG probe (usbBlasterII/xilinxPlatformCableUsb)",
cxxopts::value<std::string>(args->probe_firmware))
("protect-flash", "protect SPI flash area",
cxxopts::value<uint32_t>(args->protect_flash))