aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mm-context.c4
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);