add missing space

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/884>
This commit is contained in:
Andika Triwidada 2021-09-09 04:08:22 +00:00
parent 5eba408071
commit b6147e6037

View file

@ -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,