From 654c59edc0e4194f41339391a484fb97f092d480 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 24 Feb 2025 22:06:59 -0600 Subject: cli: fix Cell Broadcast Message short-path conflict with Call They both used 'o', but Call had it first. Change CBM to 'c'. Fixes: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/962 Signed-off-by: Dan Williams --- cli/mmcli-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/mmcli-common.c') 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]" }, -- cgit v1.2.3-70-g09d2