Fix: wrong abbreviation for option

This commit is contained in:
Denis Kenzior 2009-12-10 17:49:33 -06:00
parent 7a456aaf7a
commit a41e856cfd
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ static GOptionEntry options[] = {
"Specify CID to use" },
{ "apn", 'a', 0, G_OPTION_ARG_STRING, &option_apn,
"Specify APN" },
{ "offmode", 'a', 0, G_OPTION_ARG_INT, &option_offmode,
{ "offmode", 'o', 0, G_OPTION_ARG_INT, &option_offmode,
"Specify CFUN offmode" },
{ NULL },
};