Add the new options to the getopt_long call as well

This should allow to set the MCC and MNC now
This commit is contained in:
Holger Freyther 2008-12-28 16:57:19 +00:00
parent 104604e10a
commit 33a6184a9e
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ static void handle_options(int argc, char** argv)
{0, 0, 0, 0}
};
c = getopt_long(argc, argv, "hnd:",
c = getopt_long(argc, argv, "hc:n:d:s",
long_options, &option_index);
if (c == -1)
break;