gst-validate: fix documentation after debug category changes
authorThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 21 Aug 2013 16:10:42 +0000 (13:10 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 21 Aug 2013 16:10:42 +0000 (13:10 -0300)
validate/gst/validate/gst-validate.c

index 566255a..6553074 100644 (file)
@@ -66,7 +66,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=gstvalidatereport:2 and it will be printed "
+      "the env var GST_DEBUG=validate:2 and it will be printed "
       "as gstreamer debugging");
 
   if (argc == 1) {