summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/en')
-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>