Skip to content
Snippets Groups Projects
Commit 1d32be0c authored by Antonio Ospite's avatar Antonio Ospite Committed by Thibault Saunier
Browse files

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
parent 9dd85940
No related branches found
No related tags found
Loading
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment