mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
arguments: fix read_dna and read_xadc typo
This commit is contained in:
committed by
Gwenhael Goavec-Merou
parent
f3a48fb3b1
commit
8e67d2ee04
+2
-2
@@ -865,9 +865,9 @@ int parse_opt(int argc, char **argv, struct arguments *args,
|
||||
cxxopts::value<std::string>(args->mcufw))
|
||||
("conmcu", "Connect JTAG to MCU",
|
||||
cxxopts::value<bool>(args->conmcu))
|
||||
("D,read_dna", "Read DNA (Xilinx FPGA only)",
|
||||
("D,read-dna", "Read DNA (Xilinx FPGA only)",
|
||||
cxxopts::value<bool>(args->read_dna))
|
||||
("X,read_xadc", "Read XADC (Xilinx FPGA only)",
|
||||
("X,read-xadc", "Read XADC (Xilinx FPGA only)",
|
||||
cxxopts::value<bool>(args->read_xadc))
|
||||
("read-register", "Read Status Register(Xilinx FPGA only)",
|
||||
cxxopts::value<string>(rd_reg))
|
||||
|
||||
Reference in New Issue
Block a user