summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornauj27 <nauj27@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-17 14:09:27 +0000
committernauj27 <nauj27@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-17 14:09:27 +0000
commit8edf13c4ed656b2178b0faa4f021b3100adabf13 (patch)
tree664dbf1b08206120a2585a60984a2e93c17d5690 /DOCS
parent813e8c45836325b0e0a9b5f0ce71a4abd2d97ee0 (diff)
downloadmpv-8edf13c4ed656b2178b0faa4f021b3100adabf13.tar.bz2
mpv-8edf13c4ed656b2178b0faa4f021b3100adabf13.tar.xz
Fix '- loop' to '-loop' option into example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10644 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/usage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml
index 3c339eef4c..49eb892881 100644
--- a/DOCS/xml/en/usage.xml
+++ b/DOCS/xml/en/usage.xml
@@ -21,7 +21,7 @@ filename/URL/whatever, for example:
You can group filenames/URLs together using <literal>{</literal> and
<literal>}</literal>. It's useful with option <option>-loop</option>:
-<screen>mplayer { 1.avi - loop 2 2.avi } -loop 3</screen>
+<screen>mplayer { 1.avi -loop 2 2.avi } -loop 3</screen>
The above command will play files in this order: 1, 1, 2, 1, 1, 2, 1, 1, 2.
</para>