summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-12 12:02:13 +0100
committerwm4 <wm4@nowhere>2016-12-12 12:10:10 +0100
commit6b6789a47a3a5d872e6016625dd8609f8c632ebc (patch)
tree72536ddf6ae2c98e1474d16832bc7db763d33295
parented7e650d3a95a1d80d976ec4e2aa378e30c9db25 (diff)
downloadmpv-6b6789a47a3a5d872e6016625dd8609f8c632ebc.tar.bz2
mpv-6b6789a47a3a5d872e6016625dd8609f8c632ebc.tar.xz
manpage: clarify --loop option
Fixes #3899.
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e5703cfca2..72eff0334d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -134,11 +134,11 @@ Playback Control
speed higher than normal automatically inserts the ``scaletempo`` audio
filter.
-``--loop=<N|inf|force|no>``
+``--loop=<N|inf|force|no>``, ``--loop``
Loops playback ``N`` times. A value of ``1`` plays it one time (default),
``2`` two times, etc. ``inf`` means forever. ``no`` is the same as ``1`` and
disables looping. If several files are specified on command line, the
- entire playlist is looped.
+ entire playlist is looped. ``--loop`` is the same as ``--loop=inf``.
The ``force`` mode is like ``inf``, but does not skip playlist entries
which have been marked as failing. This means the player might waste CPU