Move the --wisdom help somewhere more sensible

This commit is contained in:
Oliver Jowett 2021-07-08 18:46:48 +08:00
parent ac97423249
commit 1cb4284e6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 <path> Read DSP wisdom from given path\n"
"--lat <latitude> Reference/receiver latitude for surface positions\n"
"--lon <longitude> Reference/receiver longitude for surface positions\n"
"--max-range <distance> Absolute maximum range for position decoding (in NM)\n"
@ -420,6 +419,7 @@ static void showHelp(void)
"\n"
" Misc\n"
"\n"
"--wisdom <path> Read DSP wisdom from given path\n"
"--version Show version, build and DSP options\n"
"--help Show this help\n"
);