From b61bbebe1dc5001110df37ead10a2400b3a1e392 Mon Sep 17 00:00:00 2001 From: Timothy Mullican <18095326+tjmullicani@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:09:32 -0500 Subject: [PATCH] Update help.h --- help.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/help.h b/help.h index e38e8c74..6388ee65 100644 --- a/help.h +++ b/help.h @@ -162,10 +162,10 @@ static struct argp_option optionsReadsb[] = { #ifdef ENABLE_BLADERF {0,0,0,0, "BladeRF options:", 4}, {0,0,0, OPTION_DOC, "use with --device-type bladerf", 4}, - {"device", OptDevice, "", 0, "Select device by bladeRF 'device identifier'", 4}, - {"bladerf-fpga", 1001, "", 0, "Use alternative FPGA bitstream ('' to disable FPGA load)", 4}, - {"bladerf-decimation", 1002, "", 0, "Assume FPGA decimates by a factor of N", 4}, - {"bladerf-bandwidth", 1003, "", 0, "Set LPF bandwidth ('bypass' to bypass the LPF)", 4}, + {"device", OptDevice, "", 0, "Select device by bladeRF 'device identifier'", 4}, + {"bladerf-fpga", OptBladeFpgaDir, "", 0, "Use alternative FPGA bitstream ('' to disable FPGA load)", 4}, + {"bladerf-decimation", OptBladeDecim, "", 0, "Assume FPGA decimates by a factor of N", 4}, + {"bladerf-bandwidth", OptBladeBw, "", 0, "Set LPF bandwidth ('bypass' to bypass the LPF)", 4}, #endif {0,0,0,0, "Modes-S Beast options, use with --device-type modesbeast:", 5}, {"beast-serial", OptBeastSerial, "", 0, "Path to Beast serial device (default /dev/ttyUSB0)", 5},