Update dump1090.c

Tyop @ showHelp() fixed.
This commit is contained in:
terribl 2013-03-17 08:41:04 +02:00
parent 172380c9c0
commit 0fe90e1c2f

View File

@ -2367,7 +2367,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"