From 3d13f21be6ea8f410401dd3f400d8301d1fada4d Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 24 Feb 2017 11:29:31 -0800 Subject: [PATCH] validate: improve set-config option description --- validate/tools/gst-validate-transcoding.c | 6 +++--- validate/tools/gst-validate.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/validate/tools/gst-validate-transcoding.c b/validate/tools/gst-validate-transcoding.c index 12079bf58b..126dc7ac43 100644 --- a/validate/tools/gst-validate-transcoding.c +++ b/validate/tools/gst-validate-transcoding.c @@ -724,9 +724,9 @@ main (int argc, gchar ** argv) " or the name of the scenario (name of the file without the" " '.scenario' extension).", NULL}, {"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs, - "Let you set a config scenario, the scenario needs to be set as 'config" - "' you can specify a list of scenario separated by ':'" - " it will override the GST_VALIDATE_SCENARIO environment variable,", + "Select a config scenario (one including 'is-config=true' in its" + " description). Specify multiple ones using ':' as separator." + " This option overrides the GST_VALIDATE_SCENARIO environment variable.", NULL}, {"eos-on-shutdown", 'e', 0, G_OPTION_ARG_NONE, &eos_on_shutdown, "If an EOS event should be sent to the pipeline if an interrupt is " diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index e30b3ae67c..f0d2f572eb 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -320,9 +320,9 @@ main (int argc, gchar ** argv) " media file that will be reproduced.", NULL}, {"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs, - "Let you set a config scenario, the scenario needs to be set as 'config" - "' you can specify a list of scenario separated by ':'" - " it will override the GST_VALIDATE_SCENARIO environment variable.", + "Select a config scenario (one including 'is-config=true' in its" + " description). Specify multiple ones using ':' as separator." + " This option overrides the GST_VALIDATE_SCENARIO environment variable.", NULL}, {NULL} };