mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
Fix '- loop' to '-loop' option into example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
813e8c4583
commit
8edf13c4ed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user