summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/options.rst8
-rw-r--r--player/command.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a9278f0611..7ca4b1d542 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -297,10 +297,10 @@ Playback Control
playback. For compatibility, ``--loop-file`` and ``--loop-file=yes`` are
also accepted, and are the same as ``--loop-file=inf``.
- The difference to ``--loop`` is that this doesn't loop the playlist, just
- the file itself. If the playlist contains only a single file, the difference
- between the two option is that this option performs a seek on loop, instead
- of reloading the file.
+ The difference to ``--loop-playlist`` is that this doesn't loop the playlist,
+ just the file itself. If the playlist contains only a single file, the
+ difference between the two option is that this option performs a seek on
+ loop, instead of reloading the file.
``--ab-loop-a=<time>``, ``--ab-loop-b=<time>``
Set loop points. If playback passes the ``b`` timestamp, it will seek to
diff --git a/player/command.c b/player/command.c
index 2e9f635dea..618e47dcf0 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4287,7 +4287,7 @@ static const struct property_osd_display {
const char *msg;
} property_osd_display[] = {
// general
- { "loop", "Loop" },
+ { "loop-playlist", "Loop" },
{ "loop-file", "Loop current file" },
{ "chapter", .seek_msg = OSD_SEEK_INFO_CHAPTER_TEXT,
.seek_bar = OSD_SEEK_INFO_BAR },