ges: fix the description of the --help-GES command line option
authorAntonio Ospite <ao2@ao2.it>
Tue, 13 Dec 2016 14:10:26 +0000 (15:10 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 14 Dec 2016 12:13:41 +0000 (09:13 -0300)
Use "Show GES Options" which is more appropriate and avoids duplication
with --help-gst which already says "Show GStreamer Options".

https://bugzilla.gnome.org/show_bug.cgi?id=776063

ges/ges.c

index 07f2d51..3f8f645 100644 (file)
--- a/ges/ges.c
+++ b/ges/ges.c
@@ -191,7 +191,7 @@ ges_init_get_option_group (void)
   };
 
   group = g_option_group_new ("GES", "GStreamer Editing Services Options",
-      "Show GStreamer Options", NULL, NULL);
+      "Show GES Options", NULL, NULL);
   g_option_group_set_parse_hooks (group, (GOptionParseFunc) ges_init_pre,
       (GOptionParseFunc) ges_init_post);
   g_option_group_add_entries (group, ges_args);