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:37:58 +01:00
parent 38f6e4eec9
commit 02f638d8d6

View File

@@ -178,7 +178,7 @@ log_get_option_group (void)
GOptionGroup *group; GOptionGroup *group;
group = g_option_group_new ("log", group = g_option_group_new ("log",
"Logging options", "Logging options:",
"Show logging options", "Show logging options",
NULL, NULL,
NULL); NULL);
@@ -248,7 +248,7 @@ test_get_option_group (void)
GOptionGroup *group; GOptionGroup *group;
group = g_option_group_new ("test", group = g_option_group_new ("test",
"Test options", "Test options:",
"Show Test options", "Show Test options",
NULL, NULL,
NULL); NULL);