aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-28 16:57:19 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-28 16:57:19 +0000
commit33a6184a9e19697b6ed8abc4f3abffaa9f2c7563 (patch)
tree8c7102e6a88e69dd00c6fdf292f556c02216f98b /src
parent104604e10a870a36a89644f0894a6613c32959f0 (diff)
Add the new options to the getopt_long call as well
This should allow to set the MCC and MNC now
Diffstat (limited to 'src')
-rw-r--r--src/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bsc_hack.c b/src/bsc_hack.c
index 5d8912478..274a9cf12 100644
--- a/src/bsc_hack.c
+++ b/src/bsc_hack.c
@@ -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;