changeset 10643:ec69923456d1

Fix '- loop' to '-loop' option into example
author nauj27
date Sun, 17 Aug 2003 14:09:27 +0000
parents fce2ccc22b7b
children 1d3f8880f460
files DOCS/xml/en/usage.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/usage.xml	Sun Aug 17 14:09:26 2003 +0000
+++ b/DOCS/xml/en/usage.xml	Sun Aug 17 14:09:27 2003 +0000
@@ -21,7 +21,7 @@
 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>