diff options
author | wm4 <wm4@nowhere> | 2014-04-18 00:12:53 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-04-18 00:12:53 +0200 |
commit | 8931bc46ba2fa7619c0bb4f8ffab40ac4458bc7a (patch) | |
tree | cedb06af17b4ed12e31917bd31627e652c310c0e /DOCS | |
parent | e6f4c50f46ae059ce7debc1ad02dbcccdebfad16 (diff) | |
download | mpv-8931bc46ba2fa7619c0bb4f8ffab40ac4458bc7a.tar.bz2 mpv-8931bc46ba2fa7619c0bb4f8ffab40ac4458bc7a.tar.xz |
manpage: document loop-file property
Was forgotten in commit 1b398e99.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/input.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index d7af45cb61..97c42ed811 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -546,6 +546,9 @@ Property list ``loop`` (RW) See ``--loop``. +``loop-file`` (RW) + See ``--loop-file`` (uses ``yes``/``no``). + ``speed`` (RW) See ``--speed``. |