aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main_common.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-01-29 08:07:07 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-02-18 21:01:15 +0100
commit2b4f5bb228bd5416f8bf7d8f9cd9cd49716e7e4a (patch)
tree337121cfa27cfcd685bfb7c18f998503934be03e /src/common/main_common.c
parentf72c53757d4ce30c37ecefda825f21f42c60b05e (diff)
Minor fix in help output
Diffstat (limited to 'src/common/main_common.c')
-rw-r--r--src/common/main_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/main_common.c b/src/common/main_common.c
index 7a0cd52..1ea10d9 100644
--- a/src/common/main_common.c
+++ b/src/common/main_common.c
@@ -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)