diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-21 15:37:58 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-21 15:37:58 +0100 |
commit | 02f638d8d6d0eb67164dacb3477ff026621a319f (patch) | |
tree | f6c8ec05ff559472fa3ea716514480c6f059db77 /src/mm-context.c | |
parent | 38f6e4eec920b2557ed7ba07310ce0160eab2cc9 (diff) |
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 'src/mm-context.c')
-rw-r--r-- | src/mm-context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-context.c b/src/mm-context.c index 8630be02..08f08ff4 100644 --- a/src/mm-context.c +++ b/src/mm-context.c @@ -178,7 +178,7 @@ log_get_option_group (void) GOptionGroup *group; group = g_option_group_new ("log", - "Logging options", + "Logging options:", "Show logging options", NULL, NULL); @@ -248,7 +248,7 @@ test_get_option_group (void) GOptionGroup *group; group = g_option_group_new ("test", - "Test options", + "Test options:", "Show Test options", NULL, NULL); |