Skip to content

Commit 7266525

Browse files
committed
Fix help text
Signed-off-by: Nuno Goncalves <[email protected]>
1 parent 849a3b7 commit 7266525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view1090.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static void showHelp(void) {
123123
"--lat <latitude> Reference/receiver latitide for surface posn (opt)\n"
124124
"--lon <longitude> Reference/receiver longitude for surface posn (opt)\n"
125125
"--max-range <distance> Absolute maximum range for position decoding (in nm, default: 300)\n"
126-
"--no-crc-check Disable messages with broken CRC (discouraged)\n"
126+
"--no-crc-check Enable messages with broken CRC (discouraged)\n"
127127
"--fix Enable single-bits error correction using CRC\n"
128128
" (specify twice for two-bit error correction)\n"
129129
"--no-fix Disable error correction using CRC\n"

0 commit comments

Comments
 (0)