Minor fix of MCC, MNC options

This commit is contained in:
Andreas Eversberg 2012-07-06 09:32:39 +02:00
parent 3e372d57ed
commit 1944bd5872
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ static void handle_options(int argc, char **argv)
int option_idx = 0, c;
static const struct option long_options[] = {
{ "help", 0, 0, 'h' },
{ "mcc", 0, 0, 'm' },
{ "mnc", 0, 0, 'n' },
{ "mcc", 1, 0, 'm' },
{ "mnc", 1, 0, 'n' },
{ 0, 0, 0, 0 }
};