validate:transcoding: Exit after printing the help

Fixes CID 1455575

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/192>
This commit is contained in:
Thibault Saunier 2020-05-07 09:05:06 -04:00 committed by Edward Hervey
parent f6e45c8c90
commit fdfe797d4e

View file

@ -486,6 +486,9 @@ main (int argc, gchar ** argv)
g_option_context_free (ctx);
if (want_help)
exit (0);
if (scenario || configs) {
gchar *scenarios;