summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBastian Winkler <buz@netbuz.org>2012-09-18 15:22:03 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-09-21 11:47:23 +0100
commit771d0616585c6335a12ce6d0e763900a6bb1b5d1 (patch)
tree4df22a2fbe62a1ad376cc367a8094c3909a0d125 /tools
parent945e0d2be95f2b591b341631b01f7e348e60bd7c (diff)
downloadgstreamer-771d0616585c6335a12ce6d0e763900a6bb1b5d1.tar.gz
man: Fix syntax for value lists in caps strings
Value lists use curly brackets instead of parentheses https://bugzilla.gnome.org/show_bug.cgi?id=684293
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in
index 73bffebc47..6bec3b6821 100644
--- a/tools/gst-launch.1.in
+++ b/tools/gst-launch.1.in
@@ -199,7 +199,7 @@ either be integers or strings. Boolean values are (case insensitive) \fIyes\fR,
.br
Ranges are in this format: [ VALUE, VALUE ]
.br
-Lists use this format: ( VALUE \fI[, VALUE ...]\fR )
+Lists use this format: { VALUE \fI[, VALUE ...]\fR }
.SH "PIPELINE EXAMPLES"