ges: fix the description of the --help-GES command line option

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
This commit is contained in:
Antonio Ospite 2016-12-13 15:10:26 +01:00 committed by Thibault Saunier
parent 9dd859403d
commit 1d32be0c08

View file

@ -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);