gst-validate: small typo in usage summary
authorLuis de Bethencourt <luis@debethencourt.com>
Fri, 2 May 2014 20:53:51 +0000 (16:53 -0400)
committerLuis de Bethencourt <luis@debethencourt.com>
Fri, 2 May 2014 20:53:51 +0000 (16:53 -0400)
validate/tools/gst-validate.c

index 0f8fb10ec5ee7010ee60a518f0b19bf7e7af37f3..5c335a73a54431a9b9e86f38b8535f69d8484e93 100644 (file)
@@ -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) {