diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-03-24 21:39:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-03-24 21:39:21 +0000 |
commit | 927d01646188a25b11f9998527a92cab9eeb4320 (patch) | |
tree | 8cca2e9b97fb3125a621f838124869ab3d4dcddb /tools/gst-launch.1.in | |
parent | 1bd7f964979ebd194c68f692d2e6b808c0628add (diff) | |
download | gstreamer-927d01646188a25b11f9998527a92cab9eeb4320.tar.gz |
docs: gst-launch man page fix
The command line option is --gst-debug-disable, not --gst-disable-debug.
Fixes #576556. Spotted by Bogdan Harjoc.
Diffstat (limited to 'tools/gst-launch.1.in')
-rw-r--r-- | tools/gst-launch.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index 5f71cb53dd..53efd88924 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -87,7 +87,7 @@ ANSI escape sequences. Using this option causes \fIGStreamer\fP to print messages without color. Setting the \fBGST_DEBUG_NO_COLOR\fR environment variable will achieve the same thing. .TP 8 -.B \-\-gst\-disable\-debug +.B \-\-gst\-debug\-disable Disables debugging. .TP 8 .B \-\-gst\-debug\-help |