Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndika Triwidada <andika@gmail.com>2021-09-09 07:08:22 +0300
committerAndika Triwidada <andika@gmail.com>2021-09-09 07:08:22 +0300
commitb6147e6037202503c133eb1fad1d936bd9269cef (patch)
treecd7a35681b68c0043d4f1415221348382a779936
parent5eba4080710efab965efaf6f9f4ee0487736005a (diff)
add missing space
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/884>
-rw-r--r--tools/gst-inspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
index 3791ec1b3b..b7bf8064ad 100644
--- a/tools/gst-inspect.c
+++ b/tools/gst-inspect.c
@@ -2066,7 +2066,7 @@ main (int argc, char *argv[])
{"no-colors", '\0', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE,
&colored_output,
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."),
NULL},
{"sort", '\0', G_OPTION_ARG_NONE, G_OPTION_ARG_CALLBACK, &_parse_sort_type,