Skip to content

Commit

Permalink
Update help.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmullicani authored and wiedehopf committed Nov 17, 2023
1 parent fc50225 commit b61bbeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions help.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<ident>", 0, "Select device by bladeRF 'device identifier'", 4},
{"bladerf-fpga", 1001, "<path>", 0, "Use alternative FPGA bitstream ('' to disable FPGA load)", 4},
{"bladerf-decimation", 1002, "<N>", 0, "Assume FPGA decimates by a factor of N", 4},
{"bladerf-bandwidth", 1003, "<hz>", 0, "Set LPF bandwidth ('bypass' to bypass the LPF)", 4},
{"device", OptDevice, "<ident>", 0, "Select device by bladeRF 'device identifier'", 4},
{"bladerf-fpga", OptBladeFpgaDir, "<path>", 0, "Use alternative FPGA bitstream ('' to disable FPGA load)", 4},
{"bladerf-decimation", OptBladeDecim, "<N>", 0, "Assume FPGA decimates by a factor of N", 4},
{"bladerf-bandwidth", OptBladeBw, "<hz>", 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, "<path>", 0, "Path to Beast serial device (default /dev/ttyUSB0)", 5},
Expand Down

0 comments on commit b61bbeb

Please sign in to comment.