From acecc6d79b8828ee14c213144311a0fb9aff3d8e Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 29 Apr 2013 10:10:58 +0200 Subject: [PATCH] Fixed typo in --help output for --enable-agc. Thanks to Sanjeev Gupta for reporting. --- dump1090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump1090.c b/dump1090.c index 3837c57..4a9a6f6 100644 --- a/dump1090.c +++ b/dump1090.c @@ -2359,7 +2359,7 @@ void showHelp(void) { printf( "--device-index Select RTL device (default: 0).\n" "--gain 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 Set frequency (default: 1090 Mhz).\n" "--ifile Read data from file (use '-' for stdin).\n" "--interactive Interactive mode refreshing data on screen.\n"