summaryrefslogtreecommitdiff
path: root/validate/tools/gst-validate-transcoding.c
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-02-24 11:29:31 -0800
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-02-24 15:59:33 -0800
commit3d13f21be6ea8f410401dd3f400d8301d1fada4d (patch)
tree2372fe494f501d1e7e34584b59d682f63241c4d4 /validate/tools/gst-validate-transcoding.c
parentb97c13d0a7520eb264b70fd1ccf4cfde645c247f (diff)
validate: improve set-config option description
Diffstat (limited to 'validate/tools/gst-validate-transcoding.c')
-rw-r--r--validate/tools/gst-validate-transcoding.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/validate/tools/gst-validate-transcoding.c b/validate/tools/gst-validate-transcoding.c
index 12079bf..126dc7a 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 "