aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-signal.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-03-21 15:40:13 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-03-21 15:40:13 +0100
commitf1e77cdbe632659302e72b2d22b3ee9414c25e1e (patch)
treee9a4e2835f0091e856c7d4b6918aedba0cbce526 /cli/mmcli-modem-signal.c
parent02f638d8d6d0eb67164dacb3477ff026621a319f (diff)
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.
Diffstat (limited to 'cli/mmcli-modem-signal.c')
-rw-r--r--cli/mmcli-modem-signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-signal.c b/cli/mmcli-modem-signal.c
index c5bf435e..506d7370 100644
--- a/cli/mmcli-modem-signal.c
+++ b/cli/mmcli-modem-signal.c
@@ -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);