mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
add missing space
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/884>
This commit is contained in:
parent
5eba408071
commit
b6147e6037
1 changed files with 1 additions and 1 deletions
|
@ -2066,7 +2066,7 @@ main (int argc, char *argv[])
|
||||||
{"no-colors", '\0', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE,
|
{"no-colors", '\0', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE,
|
||||||
&colored_output,
|
&colored_output,
|
||||||
N_
|
N_
|
||||||
("Disable colors in output. You can also achieve the same by setting"
|
("Disable colors in output. You can also achieve the same by setting "
|
||||||
"'GST_INSPECT_NO_COLORS' environment variable to any value."),
|
"'GST_INSPECT_NO_COLORS' environment variable to any value."),
|
||||||
NULL},
|
NULL},
|
||||||
{"sort", '\0', G_OPTION_ARG_NONE, G_OPTION_ARG_CALLBACK, &_parse_sort_type,
|
{"sort", '\0', G_OPTION_ARG_NONE, G_OPTION_ARG_CALLBACK, &_parse_sort_type,
|
||||||
|
|
Loading…
Reference in a new issue