diff options
author | Andika Triwidada <andika@gmail.com> | 2021-09-09 04:08:22 +0000 |
---|---|---|
committer | Andika Triwidada <andika@gmail.com> | 2021-09-09 04:08:22 +0000 |
commit | b6147e6037202503c133eb1fad1d936bd9269cef (patch) | |
tree | cd7a35681b68c0043d4f1415221348382a779936 | |
parent | 5eba4080710efab965efaf6f9f4ee0487736005a (diff) | |
download | gstreamer-b6147e6037202503c133eb1fad1d936bd9269cef.tar.gz |
add missing space
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/884>
-rw-r--r-- | tools/gst-inspect.c | 2 |
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, |