aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz
diff options
context:
space:
mode:
authorAndreas Eversberg <andreas@eversberg.eu>2016-11-29 07:50:32 +0100
committerAndreas Eversberg <andreas@eversberg.eu>2016-11-29 10:59:09 +0100
commit0b43b63d1f68dbab16d319e79866cdf6b71f5511 (patch)
treee7475754e0c48c5a80e030f7c19f9bb69b8e35b1 /src/cnetz
parentd52d0242bf6a622334fb61a6ca0db3b264ca45b8 (diff)
Fixed command line option descriptions
Diffstat (limited to 'src/cnetz')
-rw-r--r--src/cnetz/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnetz/main.c b/src/cnetz/main.c
index 5c020fc..b93b9b4 100644
--- a/src/cnetz/main.c
+++ b/src/cnetz/main.c
@@ -51,7 +51,7 @@ int voice_deviation = 1;
void print_help(const char *arg0)
{
- print_help_common(arg0, "-S <rx ppm>,<tx ppm> -p -d ");
+ print_help_common(arg0, "[-M] -S <rx ppm>,<tx ppm> -p -d ");
/* - - */
printf(" -T --channel-type <channel type> | list\n");
printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0]));