Fixed typo in --help output for --enable-agc.

Thanks to Sanjeev Gupta for reporting.
This commit is contained in:
antirez 2013-04-29 10:10:58 +02:00
parent 848fd66e2c
commit acecc6d79b

View File

@ -2359,7 +2359,7 @@ void showHelp(void) {
printf(
"--device-index <index> Select RTL device (default: 0).\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"
"--ifile <filename> Read data from file (use '-' for stdin).\n"
"--interactive Interactive mode refreshing data on screen.\n"