aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.c
diff options
context:
space:
mode:
authorDan Williams <dan@bigw.org>2025-02-25 18:38:29 +0000
committerDan Williams <dan@bigw.org>2025-02-25 18:38:29 +0000
commit1603c512dd2b7b700b0a19c3c338efcfe535309c (patch)
treef667d06b72fa98007f013834f212dc7f84688190 /cli/mmcli-common.c
parent61f1000d824680b105f9bf25f832953503395515 (diff)
parent654c59edc0e4194f41339391a484fb97f092d480 (diff)
Merge request !1296 from 'cli-fix-call-cbm-opts'
cli: fix Cell Broadcast Message short-path conflict with Call https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1296 Closes #962
Diffstat (limited to 'cli/mmcli-common.c')
-rw-r--r--cli/mmcli-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c
index 42778ece..46f02b5f 100644
--- a/cli/mmcli-common.c
+++ b/cli/mmcli-common.c
@@ -1893,7 +1893,7 @@ static GOptionEntry entries[] = {
"Specify Call by path or index. Shows Call information if no action specified.",
"[PATH|INDEX]"
},
- { "cbm", 'o', 0, G_OPTION_ARG_STRING, &cbm_str,
+ { "cbm", 'c', 0, G_OPTION_ARG_STRING, &cbm_str,
"Specify CBM by path or index. Shows Cbm information if no action specified.",
"[PATH|INDEX]"
},