# HG changeset patch # User nauj27 # Date 1061129367 0 # Node ID ec69923456d1fe11f6e362200b4f0668168dbdb2 # Parent fce2ccc22b7b1c4dd857ef9e20b75d59195236c7 Fix '- loop' to '-loop' option into example diff -r fce2ccc22b7b -r ec69923456d1 DOCS/xml/en/usage.xml --- 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 { and }. It's useful with option : -mplayer { 1.avi - loop 2 2.avi } -loop 3 +mplayer { 1.avi -loop 2 2.avi } -loop 3 The above command will play files in this order: 1, 1, 2, 1, 1, 2, 1, 1, 2.