From 0b01b578ce914559fd9939cc1ad1ba5f3b628aa6 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Fri, 2 May 2014 16:53:51 -0400 Subject: [PATCH] gst-validate: small typo in usage summary --- validate/tools/gst-validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index 0f8fb10ec5..5c335a73a5 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -299,7 +299,7 @@ main (int argc, gchar ** argv) 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" " 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"); if (argc == 1) {