From df228c5729dd4962dc9a24a39d3c73ddc559437c Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 21 Aug 2013 13:10:42 -0300 Subject: [PATCH] gst-validate: fix documentation after debug category changes --- validate/gst/validate/gst-validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate.c b/validate/gst/validate/gst-validate.c index 566255ac30..6553074c2f 100644 --- a/validate/gst/validate/gst-validate.c +++ b/validate/gst/validate/gst-validate.c @@ -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) {