mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: fix mention to nonexistent option
This commit is contained in:
parent
3d13f21be6
commit
58b3a232b2
2 changed files with 2 additions and 2 deletions
|
@ -742,7 +742,7 @@ main (int argc, gchar ** argv)
|
||||||
NULL},
|
NULL},
|
||||||
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
||||||
&output_file, "The output file to store scenarios details. "
|
&output_file, "The output file to store scenarios details. "
|
||||||
"Implies --list-scenario",
|
"Implies --list-scenarios",
|
||||||
NULL},
|
NULL},
|
||||||
{"force-reencoding", 'r', 0, G_OPTION_ARG_NONE, &force_reencoding,
|
{"force-reencoding", 'r', 0, G_OPTION_ARG_NONE, &force_reencoding,
|
||||||
"Whether to try to force reencoding, meaning trying to only remux "
|
"Whether to try to force reencoding, meaning trying to only remux "
|
||||||
|
|
|
@ -308,7 +308,7 @@ main (int argc, gchar ** argv)
|
||||||
"List the available scenarios that can be run", NULL},
|
"List the available scenarios that can be run", NULL},
|
||||||
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
||||||
&output_file, "The output file to store scenarios details. "
|
&output_file, "The output file to store scenarios details. "
|
||||||
"Implies --list-scenario",
|
"Implies --list-scenarios",
|
||||||
NULL},
|
NULL},
|
||||||
{"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type,
|
{"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type,
|
||||||
"Inspect the available action types with which to write scenarios."
|
"Inspect the available action types with which to write scenarios."
|
||||||
|
|
Loading…
Reference in a new issue