cli: context: add ':' to the section titles

So that --help-all print all sections in the same way as the Help and
Application option groups.
This commit is contained in:
Aleksander Morgado
2020-03-21 15:40:13 +01:00
parent 02f638d8d6
commit f1e77cdbe6
16 changed files with 16 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ mmcli_bearer_get_option_group (void)
/* Status options */
group = g_option_group_new ("bearer",
"Bearer options",
"Bearer options:",
"Show bearer options",
NULL,
NULL);

View File

@@ -94,7 +94,7 @@ mmcli_call_get_option_group (void)
/* Status options */
group = g_option_group_new ("call",
"Call options",
"Call options:",
"Show call options",
NULL,
NULL);

View File

@@ -108,7 +108,7 @@ mmcli_manager_get_option_group (void)
/* Status options */
group = g_option_group_new ("manager",
"Manager options",
"Manager options:",
"Show manager options",
NULL,
NULL);

View File

@@ -103,7 +103,7 @@ mmcli_modem_3gpp_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("3gpp",
"3GPP options",
"3GPP options:",
"Show 3GPP related options",
NULL,
NULL);

View File

@@ -70,7 +70,7 @@ mmcli_modem_cdma_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("cdma",
"CDMA options",
"CDMA options:",
"Show CDMA related options",
NULL,
NULL);

View File

@@ -71,7 +71,7 @@ mmcli_modem_firmware_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("firmware",
"Firmware options",
"Firmware options:",
"Show Firmware options",
NULL,
NULL);

View File

@@ -163,7 +163,7 @@ mmcli_modem_location_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("location",
"Location options",
"Location options:",
"Show Location options",
NULL,
NULL);

View File

@@ -82,7 +82,7 @@ mmcli_modem_messaging_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("messaging",
"Messaging options",
"Messaging options:",
"Show Messaging options",
NULL,
NULL);

View File

@@ -87,7 +87,7 @@ mmcli_modem_oma_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("oma",
"OMA options",
"OMA options:",
"Show OMA options",
NULL,
NULL);

View File

@@ -66,7 +66,7 @@ mmcli_modem_signal_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("signal",
"Signal options",
"Signal options:",
"Show Signal options",
NULL,
NULL);

View File

@@ -65,7 +65,7 @@ mmcli_modem_simple_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("simple",
"Simple options",
"Simple options:",
"Show Simple options",
NULL,
NULL);

View File

@@ -61,7 +61,7 @@ mmcli_modem_time_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("time",
"Time options",
"Time options:",
"Show Time options",
NULL,
NULL);

View File

@@ -113,7 +113,7 @@ mmcli_modem_voice_get_option_group (void)
GOptionGroup *group;
group = g_option_group_new ("voice",
"Voice options",
"Voice options:",
"Show Voice options",
NULL,
NULL);

View File

@@ -140,7 +140,7 @@ mmcli_modem_get_option_group (void)
/* Status options */
group = g_option_group_new ("modem",
"Modem options",
"Modem options:",
"Show modem options",
NULL,
NULL);

View File

@@ -83,7 +83,7 @@ mmcli_sim_get_option_group (void)
/* Status options */
group = g_option_group_new ("sim",
"SIM options",
"SIM options:",
"Show SIM options",
NULL,
NULL);

View File

@@ -78,7 +78,7 @@ mmcli_sms_get_option_group (void)
/* Status options */
group = g_option_group_new ("sms",
"SMS options",
"SMS options:",
"Show SMS options",
NULL,
NULL);