mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
ges-launch: Fix typo in --help output
This commit is contained in:
parent
320e2406d1
commit
44ef8f200b
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ main (int argc, gchar ** argv)
|
|||
"The audio sink used for playing back", "<audiosink>"},
|
||||
#ifdef HAVE_GST_VALIDATE
|
||||
{"list-action-types", 'y', 0, G_OPTION_ARG_NONE, &list_action_types,
|
||||
"List the avalaible action types with which to write scenarios", NULL},
|
||||
"List the available action types with which to write scenarios", NULL},
|
||||
{"set-scenario", 0, 0, G_OPTION_ARG_STRING, &scenario,
|
||||
"Specify a GstValidate scenario to run, 'none' means load gst-validate"
|
||||
" but run no scenario on it", "<scenario_name>"},
|
||||
|
|
Loading…
Reference in a new issue