summaryrefslogtreecommitdiffstats
path: root/gatchat/gsmdial.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-10 17:49:33 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-10 17:49:33 -0600
commita41e856cfd1a3e78b59c6e887b187c01af1d2e11 (patch)
treec9b85830f01c16ba3e0d0e23b838105f2e79997f /gatchat/gsmdial.c
parent7a456aaf7a998607e7200561822e4109d41ec934 (diff)
downloadofono-a41e856cfd1a3e78b59c6e887b187c01af1d2e11.tar.bz2
Fix: wrong abbreviation for option
Diffstat (limited to 'gatchat/gsmdial.c')
-rw-r--r--gatchat/gsmdial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c
index 265b4dde..bf4cd2a5 100644
--- a/gatchat/gsmdial.c
+++ b/gatchat/gsmdial.c
@@ -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 },
};