From 21d1fe0f11f79f17bd1b1e51c10d754a009be793 Mon Sep 17 00:00:00 2001 From: VirusPilot <43483458+VirusPilot@users.noreply.github.com> Date: Fri, 30 Jul 2021 08:36:45 +0200 Subject: [PATCH] Update dump1090.c corrected an obvious typo --- dump1090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump1090.c b/dump1090.c index 7d679a6..b7a6ce9 100644 --- a/dump1090.c +++ b/dump1090.c @@ -358,7 +358,7 @@ static void showHelp(void) " Adaptive gain\n" "\n" "--adaptive-burst Adjust gain for too-loud message bursts\n" -"--adaptive-range-change-delay Set delay after changing gain before\n" +"--adaptive-burst-change-delay Set delay after changing gain before\n" " resuming burst control (seconds)\n" "--adaptive-burst-alpha Set burst rate smoothing factor\n" " (0..1, smaller=more smoothing)\n"