aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-01-08 12:10:29 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-02-18 21:00:55 +0100
commita5fd375237cd7d4f9a1d60608c50720b3498f72d (patch)
tree5a271342ec9b29e40efd2f3664ee6176b4eaf03f /src/nmt
parentbf0abd627d42a6603cd8c98442539eb7c779615c (diff)
Fixed typos
Diffstat (limited to 'src/nmt')
-rw-r--r--src/nmt/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmt/main.c b/src/nmt/main.c
index 36a88ae..440be26 100644
--- a/src/nmt/main.c
+++ b/src/nmt/main.c
@@ -54,7 +54,7 @@ int send_callerid = 0;
void print_help(const char *arg0)
{
- print_help_common(arg0, "-Y <traffic area> | list [-I 1] [-0 1]");
+ print_help_common(arg0, "-Y <traffic area> | list [-I 1] [-0 1] ");
/* - - */
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]));