diff options
Diffstat (limited to 'cli/mmcli-common.c')
-rw-r--r-- | cli/mmcli-common.c | 2 |
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]" }, |