Browse Source

Add missing newlines (#2)

Add missing newline to usage text.
tags/v1.8.0
Ossi Herrala 4 years ago
committed by Liam
parent
commit
83094ab5ca
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      main.c

+ 2
- 2
main.c View File

@@ -328,7 +328,7 @@ static void usage(void) {
" -s [15-19] Satellite number\n"
" -c <file> False color config file\n"
" -m <file> Map file\n"
" -r Realtime decode");
" -r Realtime decode\n");

exit(EINVAL);
}
}

Loading…
Cancel
Save