Fixed typo in --help output for --enable-agc.
Thanks to Sanjeev Gupta for reporting.
This commit is contained in:
parent
848fd66e2c
commit
acecc6d79b
@ -2359,7 +2359,7 @@ void showHelp(void) {
|
|||||||
printf(
|
printf(
|
||||||
"--device-index <index> Select RTL device (default: 0).\n"
|
"--device-index <index> Select RTL device (default: 0).\n"
|
||||||
"--gain <db> Set gain (default: max gain. Use -100 for auto-gain).\n"
|
"--gain <db> Set gain (default: max gain. Use -100 for auto-gain).\n"
|
||||||
"--enable-agc> Enable the Automatic Gain Control (default: off).\n"
|
"--enable-agc Enable the Automatic Gain Control (default: off).\n"
|
||||||
"--freq <hz> Set frequency (default: 1090 Mhz).\n"
|
"--freq <hz> Set frequency (default: 1090 Mhz).\n"
|
||||||
"--ifile <filename> Read data from file (use '-' for stdin).\n"
|
"--ifile <filename> Read data from file (use '-' for stdin).\n"
|
||||||
"--interactive Interactive mode refreshing data on screen.\n"
|
"--interactive Interactive mode refreshing data on screen.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user