Fixed command line option descriptions

This commit is contained in:
Andreas Eversberg
2016-11-29 07:50:32 +01:00
parent d52d0242bf
commit 0b43b63d1f
6 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ int send_callerid = 0;
void print_help(const char *arg0)
{
print_help_common(arg0, "-y <traffic area> | list [-I]");
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]));