From 1cb4284e6c4cb2a9876d42b7a3e1e08c65c3ca80 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 8 Jul 2021 18:46:48 +0800 Subject: [PATCH] Move the --wisdom help somewhere more sensible --- dump1090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump1090.c b/dump1090.c index febecee..6f2b1c5 100644 --- a/dump1090.c +++ b/dump1090.c @@ -344,7 +344,6 @@ static void showHelp(void) " (reduces CPU requirements)\n" "--no-crc-check Disable messages with broken CRC (discouraged)\n" "--enable-df24 Enable decoding of DF24 Comm-D ELM messages\n" -"--wisdom Read DSP wisdom from given path\n" "--lat Reference/receiver latitude for surface positions\n" "--lon Reference/receiver longitude for surface positions\n" "--max-range Absolute maximum range for position decoding (in NM)\n" @@ -420,6 +419,7 @@ static void showHelp(void) "\n" " Misc\n" "\n" +"--wisdom Read DSP wisdom from given path\n" "--version Show version, build and DSP options\n" "--help Show this help\n" );