From 0b43b63d1f68dbab16d319e79866cdf6b71f5511 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 29 Nov 2016 07:50:32 +0100 Subject: Fixed command line option descriptions --- src/nmt/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nmt') diff --git a/src/nmt/main.c b/src/nmt/main.c index 256d464..aa9e034 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 | list [-I]"); + print_help_common(arg0, "-Y | list [-I 1] [-0 1]"); /* - - */ printf(" -T --channel-type | list\n"); printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0])); -- cgit v1.2.3