ges-launch: Fix typo in --help output

This commit is contained in:
Sebastian Dröge 2014-09-05 22:09:44 +03:00
parent 320e2406d1
commit 44ef8f200b

View file

@ -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>"},