Minor fix in help output

This commit is contained in:
Andreas Eversberg 2017-01-29 08:07:07 +01:00
parent f72c53757d
commit 2b4f5bb228
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ const char *read_iq_rx_wave = NULL;
void print_help_common(const char *arg0, const char *ext_usage)
{
printf("Usage: %s -k <kanal/channel> %s[options] [station-id]\n", arg0, ext_usage);
printf("\noptions:\n");
printf("\nGlobal options:\n");
/* - - */
printf(" -h --help\n");
printf(" This help\n");
@ -137,6 +137,7 @@ void print_help_common(const char *arg0, const char *ext_usage)
printf(" --read-iq-rx-wave <file>\n");
printf(" Replace received IQ data by given wave file.\n");
#endif
printf("\nNetwork specific options:\n");
}
void print_hotkeys_common(void)