mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst-launch: fix -c, --toc message
This commit is contained in:
parent
6f54f36199
commit
86375c6c42
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ main (int argc, char *argv[])
|
|||
{"tags", 't', 0, G_OPTION_ARG_NONE, &tags,
|
||||
N_("Output tags (also known as metadata)"), NULL},
|
||||
{"toc", 'c', 0, G_OPTION_ARG_NONE, &toc,
|
||||
N_("Ouput TOC (chapters and editions)"), NULL},
|
||||
N_("Output TOC (chapters and editions)"), NULL},
|
||||
{"verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
|
||||
N_("Output status information and property notifications"), NULL},
|
||||
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
|
||||
|
|
Loading…
Reference in a new issue