bsc_msc_ip.c: Fix the -e command line option

This commit is contained in:
Holger Hans Peter Freyther
2010-04-07 08:39:11 +02:00
parent 6cc4dbfd46
commit 3cfd5d6a02

View File

@@ -900,7 +900,7 @@ static void handle_options(int argc, char** argv)
{0, 0, 0, 0}
};
c = getopt_long(argc, argv, "hd:sTPc:m:l:",
c = getopt_long(argc, argv, "hd:sTPc:m:l:e:",
long_options, &option_index);
if (c == -1)
break;