mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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},
|
||||
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
||||
&output_file, "The output file to store scenarios details. "
|
||||
"Implies --list-scenario",
|
||||
"Implies --list-scenarios",
|
||||
NULL},
|
||||
{"force-reencoding", 'r', 0, G_OPTION_ARG_NONE, &force_reencoding,
|
||||
"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},
|
||||
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
||||
&output_file, "The output file to store scenarios details. "
|
||||
"Implies --list-scenario",
|
||||
"Implies --list-scenarios",
|
||||
NULL},
|
||||
{"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type,
|
||||
"Inspect the available action types with which to write scenarios."
|
||||
|
|
Loading…
Reference in a new issue