diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-21 15:40:13 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-21 15:40:13 +0100 |
commit | f1e77cdbe632659302e72b2d22b3ee9414c25e1e (patch) | |
tree | e9a4e2835f0091e856c7d4b6918aedba0cbce526 /cli/mmcli-bearer.c | |
parent | 02f638d8d6d0eb67164dacb3477ff026621a319f (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-bearer.c')
-rw-r--r-- | cli/mmcli-bearer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-bearer.c b/cli/mmcli-bearer.c index cae68ea3..279e568a 100644 --- a/cli/mmcli-bearer.c +++ b/cli/mmcli-bearer.c @@ -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); |