mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
gst-validate: small typo in usage summary
This commit is contained in:
parent
aceba228ce
commit
0b01b578ce
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ main (int argc, gchar ** argv)
|
||||||
g_option_context_set_summary (ctx, "Runs a gst launch pipeline, adding "
|
g_option_context_set_summary (ctx, "Runs a gst launch pipeline, adding "
|
||||||
"monitors to it to identify issues in the used elements. At the end"
|
"monitors to it to identify issues in the used elements. At the end"
|
||||||
" a report will be printed. To view issues as they are created, set"
|
" a report will be printed. To view issues as they are created, set"
|
||||||
"the env var GST_DEBUG=validate:2 and it will be printed "
|
" the env var GST_DEBUG=validate:2 and it will be printed "
|
||||||
"as gstreamer debugging");
|
"as gstreamer debugging");
|
||||||
|
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
|
|
Loading…
Reference in a new issue