mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
launch: fix typo in help output
This commit is contained in:
parent
9293183e04
commit
a447bc5b02
1 changed files with 2 additions and 2 deletions
|
@ -414,9 +414,9 @@ main (int argc, gchar ** argv)
|
||||||
if (!g_thread_supported ())
|
if (!g_thread_supported ())
|
||||||
g_thread_init (NULL);
|
g_thread_init (NULL);
|
||||||
|
|
||||||
ctx = g_option_context_new ("- plays or render a timeline.");
|
ctx = g_option_context_new ("- plays or renders a timeline.");
|
||||||
g_option_context_set_summary (ctx,
|
g_option_context_set_summary (ctx,
|
||||||
"A timline is a sequence of files, patterns, and transitions.\n"
|
"A timeline is a sequence of files, patterns, and transitions.\n"
|
||||||
"Transitions can only go between patterns or files.\n\n"
|
"Transitions can only go between patterns or files.\n\n"
|
||||||
"A file is a tripplet of:\n"
|
"A file is a tripplet of:\n"
|
||||||
" * filename\n"
|
" * filename\n"
|
||||||
|
|
Loading…
Reference in a new issue