From 6b6789a47a3a5d872e6016625dd8609f8c632ebc Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Dec 2016 12:02:13 +0100 Subject: manpage: clarify --loop option Fixes #3899. --- DOCS/man/options.rst | 4 ++-- 1 file 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=`` +``--loop=``, ``--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 -- cgit v1.2.3